neocities-site/site/style.css

13 lines
148 B
CSS

a {
text-decoration: none;
color: magenta;
}
li {
list-style-type: none
}
hr {
border: 10px solid green;
border-radius: 5px;
}