website/styles.css

19 lines
185 B
CSS
Raw Normal View History

2020-12-02 15:15:56 +00:00
body {
background-color: #2C2F33;
color: #7289DA;
text-align: center;
padding: 0% 25% 0% 25%;
}
a {
color: lime;
}
2020-12-02 16:20:31 +00:00
li {
list-style-type: none;
}
ul {
list-style-type: none;
}