Home | All Fwiends | Random | Online | Music | Blog | Search

zooporo's Blog

"1800 sex now!"
Female
1 years old
Japan
Last Login: 1603265037000
Contacting zooporo
Message
Report
Add
Block
All Blogs (1/10)
1589286491000

css? CSS???

can someone tell me how they do the wee little image in the bottom right corner. idk how ;-;

Please login to leave a comment.
Comments
tusk69420
1589290543000

to put an image in the bottom right corner you have to do this:
.url {
background: url(the url of the image you want)no-repeat;
background-size: 300px;
position: fixed;
right: 1px;
bottom: -50px;
color: #ffffff00;
height: the height of your image;
width: the width of your image;
animation: shake 2s infinite; (put this one in only if it's a gif lol)
border: none;
yo yo : none;
filter: drop-shadow(8px 9px 15px #00000044);
z-index: 100;)}
.url.box > div > b::before {
content:

(1/10)