grekk2

grekk2's profile picture

wazzup idk what to put here

Last active:

Mood:

View my: Blog | Forum Topics

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 Latest Blog Entries [View Blog]

first blog (view more)

grekk2's Blurbs

About me:

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

CD Player

Disc View Options Help

[00] 00:00

❚❚

❚◄◄

◄◄

►►

►►❚

❚ ►

Artist:

Title:

Total Play: 00:00 m:s

Track: 00:00 m:s

Animated Rainbow Nyan Cat
cat kittycat

◜ ◝

◟ ◞

1

2

3

4

5

6

7

8

9

*

0

#

Who I'd like to meet:

grekk2's Friends Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Mad Sun

Mad Sun's profile picture

how did you change the entire background

Report Comment



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