Replying to

done, this is my code currently.. still doesnt show up though the top part is for the little gif i have on the bottom right of my profile


body:before { content: ''; position: fixed; bottom:-150px; right: -100px; width: 400px; height: 400px; background-image: url(https://files.catbox.moe/wbb6a9.webp); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; body { @font-face { font-family: "Zpix"; src: url("https://db.onlinewebfonts.com/t/a760859010799a39cb3cf1960073320a.eot"); font-family: Zpix, sans-serif; }


twilight 1728775348598
Comment

sorry for all the deleted posts, I kept trying to revise my reply in your other thread. ANYWAY

that second font-family attribute is supposed to go under "body".

f00f the f00fy 1728775533358

Reactions

Replies
Add a reply

so like this??


body:before { @font-face { font-family: "Zpix"; src: url("https://db.onlinewebfonts.com/t/a760859010799a39cb3cf1960073320a.eot"); font-family: Zpix, sans-serif; } content: ''; position: fixed; bottom:-150px; right: -100px; width: 400px; height: 400px; background-image: url(https://files.catbox.moe/wbb6a9.webp); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; }

twilight 1728775612658
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue