website/styles.css
2021-01-31 16:47:42 +05:30

13 lines
148 B
CSS

body {
background-color: black;
color: white;
}
a {
text-decoration: none;
color: green;
}
a:hover {
background-color: blue;
}