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

CSS_HELP's Blog

"Here to help with CSS :o)"
Trans Male
14 years old
United States
Last Login: 1620605224000
Contacting CSS_HELP
Message
Report
Add
Block
All Blogs (2/10)
1619042609000

Css Codes: Boxes around bio

You can choose to have an image, gif, or color as the background of these boxes!!!

.topLeft {
margin-top: 20px;
background-repeat: no-repeat
background-color: #FFFFFF;
background-size: cover;
background-image: url(Insert Image or gif link here!!!!);
border: 2px solid #FFFFFF;
}

.topRight {
margin-top: 20px;
margin-bottom: 20px;
background: url(Insert Image or gif link here!!!!);
position: relative;
border: 2px solid #FFFFFF;
max-width: 550px;
}

You can have 2 different images for each box if you want

I will post the color code later :o)

No Comment
1619041221000

Css Codes: Backgrounds

Add an Image or a color as your background:

body{color: white;} body {
background-image: url(Insert Image or gif link here!!!!);
background-repeat:
}

Color Background:

body{color: white;} body {
background-color: #000000;
background-repeat:
}


For Color google color hex code and replace the numbers 
with your desired color's hex code

For Image go on google find an image (or gif)
and paste the image link in between the parenthesis 

Don't be afraid to DM me with any questions 
or if you need help!!
No Comment