norbipeti.eu/index.css

28 lines
300 B
CSS
Raw Normal View History

2024-04-04 22:44:06 +00:00
body {
background: #000;
color: #fff;
text-align: center;
padding: 2rem;
}
ul {
list-style: none;
padding: 0;
}
li {
padding: 10px;
}
2024-06-13 00:04:50 +00:00
nav > li {
display: inline-block;
}
2024-04-04 22:44:06 +00:00
a {
color: #aaa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}