Lekcja 4 (chyba)

This commit is contained in:
Dark Steveneq
2025-10-20 19:56:26 +02:00
parent a6082c12a0
commit bdc5477c5d
15 changed files with 181 additions and 13 deletions

View File

@@ -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;
}