OKAY SO UM I WANNA ADD A BANNER 2 MY PROFILE AND ALSO LITTLE IMAGES ON THE SIDEZ BUT I CAN'T FIGURE OUT HOW TO DO IT

CAN SOMEONE HELP WITH CODES I NEED SOME!!
1 Kudos
OKAY SO UM I WANNA ADD A BANNER 2 MY PROFILE AND ALSO LITTLE IMAGES ON THE SIDEZ BUT I CAN'T FIGURE OUT HOW TO DO IT
1 Kudos
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
Hito
if u mean the code for floating images like on my profile then i got u :3
(remove the spaces between the angle brackets and starts of the tags or else the code wotn work, i only put the spaces for example purpose)
< div style="float: ; height: 475px; position: fixed; left: 20px; bottom: 70px; z-index: 30;">< img src="IMAGE ADDRESS"/> < /div>
this code will put the image on the top left of your profile, you can adjust it to be literally anywhere by changing the numbers & if its left or right
i use this to figure out an exact placement for my images
sorry if it is confusing or if my wording is bad! i can help if there is an issue with the code!
by Hito; ; Report
Gyuniill★
I can help with the banner, as for the little things, I'm still focused on that myself.
Personally, I wrote this code to create a banner in my profile:
main:before {
width: 803px;
height: 120px;
display:block;
content: "";
background-image: url('ADD URL OF PHOTO FOR BANNER');
background-position: center center;
background-size: cover;
}
@media only screen and (max-width: 600px) {
main:before{
height: 200px;
}
}
you can change its structure, width, height the way you want ヽ(o^▽^o)ノ
TYSM
by ELISSA :3; ; Report
YW 💋💋
by Gyuniill★; ; Report