lukas-blog/test-page/styleTest.css
Lukáš Kaňka 5f908ec147 first commit
2024-01-08 10:48:00 +01:00

14 lines
150 B
CSS

.tlacitko {
color: #ca0808;
font-family: fantasy;
}
body {
background-color: rgb(180, 138, 220);
}
footer {
position: fixed;
bottom: 0;
}