Files
moon-gaming/style.css
T
2024-02-12 19:09:38 +00:00

28 lines
420 B
CSS

body {
background: favcolor;
}
p {
color: #02aefe;
}
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
}
a {
color: hotpink;
}
a:link, a:visited {
background-color: rgb(101, 90, 255);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(89, 252, 255);
}