diff options
Diffstat (limited to 'css/index.css')
| -rw-r--r-- | css/index.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/css/index.css b/css/index.css index 38905c5..f51d703 100644 --- a/css/index.css +++ b/css/index.css @@ -5,12 +5,15 @@ body { font-family: "unifont"; - background-color: var(--background); + /* background-color: var(--background); */ + background-image: url("https://i.imgur.com/N4FCLVB.jpg"); color: var(--foreground); padding: 0; margin: 0; font-size: 1vw; transition: 0.5s; + background-size: cover; + backdrop-filter: blur(5px); } .wrapper { @@ -21,16 +24,18 @@ body { } .content { - position: absolute; - left: 42.75%; + /* position: absolute; */ + /* left: 42.75%; */ border: 1px solid var(--color1); padding: 45.5px; text-align: center; + /* background-color: var(--background); */ + background-color: #00000060; } .waifu { - position: absolute; - right: 57.75%; + /* position: absolute; */ + /* right: 57.75%; */ height: 386px; border: 1px solid var(--color1); } |