mirror of https://github.com/reiyua/reiyua.lol.git
Reference within styles.css
This commit is contained in:
parent
a07bf35b46
commit
1ba86c8ae9
20
styles.css
20
styles.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue