diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 22:58:32 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 22:58:32 +0100 |
| commit | a47b7fa697b16c2d745e6b3fbc9a7d214280964b (patch) | |
| tree | 894b1fd59e7d02959265937fa37f56c8f89835c3 /scss | |
| parent | 892858567f0b5bc8719801bacd1e81d4334c2c7e (diff) | |
feat(credits): credits on all pages
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/scss/main.scss b/scss/main.scss index 60a3a90..0e00810 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -8,12 +8,23 @@ body { font-size: 18px; } +.credits { + position: fixed; + bottom: 1em; + display: flex; + gap: 1em; + font-size: 16px; + & a { + color: black; + } +} + main { width: 50%; background: mediumpurple; padding: 2rem; border-radius: 32px; - box-shadow: 0px 0px 70px 2px rgba(0,0,0,0.75); + box-shadow: 0 0 70px 2px rgba(0,0,0,0.75); } h1 { @@ -45,7 +56,7 @@ h2 { & img { height: 128px; border-radius: 32px; - box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.75); + box-shadow: 0 0 50px -20px rgba(0,0,0,0.75); } } & h2, p { |
