website/styles.css

13 lines
148 B
CSS
Raw Permalink Normal View History

2021-01-31 07:27:15 +05:30
body {
background-color: black;
color: white;
}
a {
text-decoration: none;
2021-01-31 16:47:42 +05:30
color: green;
2021-01-31 07:27:15 +05:30
}
a:hover {
background-color: blue;
}