This commit is contained in:
mileswa1q2
2023-12-13 15:29:14 +00:00
committed by GitHub
parent 6ed686345a
commit 3dbb5d2721
+15
View File
@@ -30,4 +30,19 @@ body {
color: rgb(255, 255, 0); color: rgb(255, 255, 0);
text-align: center; text-align: center;
text-shadow: #065A82; text-shadow: #065A82;
}
input{
color: hotpink;
}
input:link, a:visited {
background-color: rgb(101, 90, 255);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
input:hover, a:active {
background-color: rgb(89, 252, 255);
} }