diff options
| author | s1n <[email protected]> | 2019-10-22 21:31:09 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-22 21:31:09 -0700 |
| commit | 16c179b3ff70b58b88f565bc1b254065e5a38eed (patch) | |
| tree | da2a6777f1ccbec6915f6cef990e9784ea51520f /css/style.css | |
| parent | fix previous/ next (diff) | |
| download | p.s1n.pw-admin-16c179b3ff70b58b88f565bc1b254065e5a38eed.tar.xz p.s1n.pw-admin-16c179b3ff70b58b88f565bc1b254065e5a38eed.zip | |
add absence
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index ff41d6a..9bb7fbb 100644 --- a/css/style.css +++ b/css/style.css @@ -410,14 +410,13 @@ h6 { bottom: 0; } -/* .graphic3 { - background: url(/projects/renders/allegiance/assets/img.png) no-repeat 50% 50%; + background: url(/projects/graphics/absence/assets/img.png) no-repeat 50% 50%; background-size: cover; } .graphic3::after { - content: "allegiance."; + content: "absence."; font-family: "Roboto Mono"; font-size: 36px; position: relative; @@ -429,6 +428,7 @@ h6 { bottom: 0; } +/* .graphic4 { background: url(/projects/renders/devils-work/assets/img.png) no-repeat 50% 50%; background-size: cover; |