grekk2

wazzup idk what to put here
Last active:
Mood:
View my: Blog | Forum Topics
Contacting grekk2
SpaceHey URL:
https://spacehey.com/grekk2
grekk2's Interests
General |
- Arting - Collecting random stuff to put on my shelf - Watching anime/reading manga - Playing videogames |
Music |
|
Movies |
- Predator - Terminator - The Iron Giant - the Violet Evergarden movies |
Television |
- Violet Evergarden
- Komi Can't Communicate
|
Books |
|
Heroes |
|
grekk2's Blurbs
Who I'd like to meet:










grekk2's Friend Space
[view all]grekk2's Friends Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Mad Sun ![]() |
how did you change the entire background |
I think you do this:
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url("URL");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 3.1s ease 0s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }
by grekk2; ; Report
i found out you can just do
main {
background-color: plum;
color: darkGreen;
}
by Mad Sun; ; Report
shit wrong thing
i mean this one
background-color: black !important;
by Mad Sun; ; Report
most of that stuff is just to make the image fit but changing the actual background is only a few lines
by Mad Sun; ; Report