IPost/css/global.css
2022-06-15 17:47:48 +02:00

38 lines
412 B
CSS

ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #303034;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
a {
text-decoration: none;
}
a:link, a:visited {
color: #C2F9BB;
}
a:hover {
color: red;
}
footer {
color: white;
}