This commit is contained in:
mileswa1q2
2023-10-06 16:55:57 +00:00
committed by GitHub
parent 43c61ed649
commit 23367346a6
3 changed files with 21 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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;
}