diff options
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 { |
