Wobbly-Website/lottilx/styles.css
2023-07-30 18:32:42 +02:00

39 lines
No EOL
557 B
CSS

body {
background-color: #2e2e2e;
}
.topnav {
background-color: rgba(51, 51, 51, 0.863);
overflow: hidden;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 5px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.normaltxt {
font-size:18px;
font-family:ubuntu;
color:white;
}
.bigtxt {
font-size:20px;
font-family:ubuntu;
color:white;
}