testing-docs.cz/style.css
Lukáš Kaňka f92de692b7 index.html
2023-12-13 23:43:05 +01:00

42 lines
393 B
CSS

body {
background-color: black;
color: white;
}
.menu-item {
display: inline-block;
width: 200px;
height: 20px;
position: static;
text-align: center;
}
.flexbox {
display: flex;
}
.navigation {
flex: 1;
}
.content {
flex: 3;
}
footer {
position: fixed;
bottom: 0;
}
.big-text {
font-size: 40px;
}
h1 {
font-family: cursive;
}
h2 {
font-family: cursive;
}