diff options
| author | martin f. krafft <madduck@madduck.net> | 2024-11-08 13:24:48 +0100 |
|---|---|---|
| committer | martin f. krafft <madduck@madduck.net> | 2024-11-08 13:24:48 +0100 |
| commit | 160bcc992e07f5b70d4f99617b43a8e0a617f54f (patch) | |
| tree | 29e302d8229ca69ae9dbfcd362975f824aa414b5 | |
| parent | 8df0540d9497bfe5e3669a488e0cb353d807afd8 (diff) | |
scale background image properlytonilivekrafftwerk
| -rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ html, body { } body { - background-image: linear-gradient(0deg,rgba(0,0,0,.0),rgba(0,0,0,.6),rgba(0,0,0,.8)),url(/custom/background.jpg) + background-image: linear-gradient(0deg,rgba(0,0,0,.0),rgba(0,0,0,.6),rgba(0,0,0,.8)),url(/custom/background.jpg); + background-size: cover; } #output { |
