Files
moon-gaming/trkeey.css
T
2023-12-01 22:23:50 +00:00

47 lines
934 B
CSS

body {
background: #dd0909;
}
p {
color: #feed02;
}
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
}
a {
color: hotpink;
}
a:link, a:visited {
background-color: rgb(10, 131, 18);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(106, 255, 89);
}
il{
color: #17dd09;
}
input{
background-color:rgb(10, 131, 18);
color: #17dd09 ;
}
input:hover input:active{
background-color: rgb(106, 255, 89);
}
input:link, input:visited {
background-color: rgb(10, 131, 18);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}