norbipeti.eu/index.css
2024-04-05 00:44:06 +02:00

24 lines
259 B
CSS

body {
background: #000;
color: #fff;
text-align: center;
padding: 2rem;
}
ul {
list-style: none;
padding: 0;
}
li {
padding: 10px;
}
a {
color: #aaa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}