website/styles.css

19 lines
175 B
CSS

body {
background-color: #2C2F33;
color: #7289DA;
text-align: center;
padding: 0% 25% 0% 25%;
}
a {
color: lime;
}
li {
list-style: none;
}
ul {
list-style: none;
}