Files
moon-gaming/ecstra/ecsta.css
T
2023-11-16 16:07:56 +00:00

34 lines
580 B
CSS

body {
background: #065A82;
}
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);
}
.miles{
color: rgb(255, 255, 0);
text-align: center;
text-shadow: #065A82;
text-size-adjust: 50px;
}