lukas-blog/test-page/styleTest.css

14 lines
163 B
CSS
Raw Normal View History

2024-01-31 00:36:38 +00:00
.tlacitko {
color: #ca0808;
font-family: fantasy;
}
body {
background-color: rgb(180, 138, 220);
}
footer {
position: fixed;
bottom: 0;
}