Lekcja 4 (chyba)
This commit is contained in:
@@ -1,12 +1,30 @@
|
||||
td img {
|
||||
border-radius: .75rem;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: unset;
|
||||
border: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.technologia {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tr {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#fagata {
|
||||
color: var(--colorRed);
|
||||
font-size: 54pt;
|
||||
@@ -15,4 +33,28 @@ table {
|
||||
|
||||
audio, video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pozycjonowany {
|
||||
background-color: var(--colorSurface1);
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
.pozycjonowany h4 {
|
||||
background-color: var(--colorSurface2);
|
||||
border-radius: .5rem;
|
||||
padding: .4rem;
|
||||
}
|
||||
|
||||
.pozycjonowany img {
|
||||
float: left;
|
||||
margin: .5rem;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.flowing {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user