Reference email in CSS

This commit is contained in:
Ray 2024-08-22 15:00:05 +10:00 committed by GitHub
parent 163d1b2184
commit 72aacb5cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ h1 {
color: #ffffff; color: #ffffff;
} }
.email {
font-size: 1.2em;
margin-top: 10px;
color: #ffffff;
}
.credit { .credit {
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;