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

ItsUrGurlKJ's Blog

"Officer,I dropkicked that child in SELF. DEFENCE."
Gender Fluid
14 years old
United States
Last Login: 1623999669000
Contacting ItsUrGurlKJ
Message
Report
Add
Block
All Blogs (1/10)
1617583831000

my css stuff~

this is to put some thing as your background:

body{
background: url( put your url here );
background-size: cover;
}

this is how to put a little thing at the corner of your page (like my bee):

.url {
background: url( put url here ) no-repeat;
position: fixed;
right: 0;
bottom: 0px;
color: #ffffff00;
background-size: 300px;
height: 270px;
width: 270px;
border: none;
box-shadow: none;
z-index: 1000;
font-size: 0px;
opacity: 1;
}

Please login to leave a comment.