Asher's profile picture

Published by

published

Category: Web, HTML, Tech

I need some help with the Blog Entry box code!!

Okay so like

I wanna add a background to where your “blog entries” area on your profile is but I’ve tried searching up the code for it but it isn’t the kind of code I want!

This is what I’m talking about btw

Said area!

If someone could give me the code, that would be AWESOME


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Sage!!

Sage!!'s profile picture

.blog-preview {
background-image: url("LINKHERE");
background-size: cover;
background-position: center;
padding: 15px;
border-radius: 10px;
}



I hope you meant this


Report Comment



This is exactly what I meant THANK YOU!!! :D

by Asher; ; Report