Files
moon-gaming/fun.css
T
2023-10-06 16:55:57 +00:00

16 lines
261 B
CSS

a {
color: hotpink;
}
a:link, a:visited {
background-color: #f44336;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: red;
}