testing-docs.cz/style.css
2023-12-14 00:23:50 +01:00

45 lines
421 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;
}
.button {
color: white;
}