website/styles.css
2021-01-31 07:27:15 +05:30

13 lines
150 B
CSS

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