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)

Please login to leave a comment.