Reference within styles.css

This commit is contained in:
Ray 2024-08-22 14:54:12 +10:00 committed by GitHub
parent a07bf35b46
commit 1ba86c8ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 1 deletions

View File

@ -29,6 +29,24 @@ body {
h1 {
font-size: 4em;
font-family: 'Jersey 10', cursive;
font-family: 'Jersey 10', sans-serif;
color: #ffffff;
}
.credit {
position: absolute;
bottom: 10px;
left: 10px;
color: #ffffff;
font-size: 0.8em;
z-index: 1;
}
.credit a {
color: #ffffff;
text-decoration: underline;
}
.credit a:hover {
text-decoration: none;
}