i fucking hate css, i want to rip my hair of my head because of it, why does it have to be so goddamn hard to just add a gradient backgound without it being completely worng, this is a warning to whoever made css: Im coming for your ass 🥵 (Joke)

This commit is contained in:
Boof 2022-11-17 12:26:49 +01:00 committed by GitHub
parent 9f8ca4be98
commit f310fc558d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@
} }
.back { .back {
height: 100%; height: 200px;
width: 100%; width: 200px;
background: rgb(0,0,191); background: rgb(0,0,191);
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%); background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
} }