website/styles.css

19 lines
175 B
CSS
Raw Normal View History

2020-12-02 16:09:29 +00:00
body {
background-color: #2C2F33;
color: #7289DA;
text-align: center;
padding: 0% 25% 0% 25%;
}
a {
color: lime;
}
2021-01-05 02:15:45 +00:00
li {
list-style: none;
}
ul {
list-style: none;
}