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

tommyswifeyy's Blog

"◄:•D !!!"
Non-binary
14 years old
Interzone
Last Login: 1614877336000
Contacting tommyswifeyy
Message
Report
Add
Block
All Blogs (4/10)
1614134477000

coding help??

hey everyone!! i need a little bit of help :/

1) how do you add a custom cursor?
and
2) how do you add solid colored boxes around your text?
any help would be appreciated, ty in advance :D !!!!

Please login to leave a comment.
Comments
sprite
1614135628000

hi!!
1) u can add a custom cursor by using:

  1. i would recc doing option+command+i and use the inspect tool to click on the specific property that u want to change and then mess around with the css. once u like how it looks copy and paste it into the css box when u edit ur profile (sorry if that's confusing,, let me know if u need more detail)
33000emails
1614135585000

for the solid color box this(blurbs), i didn't know what you meant exactly, i think i took it too literally. but its a box w/ solid borders and background, change background color/border color/width as you wish, via hex code or image( " url( ) " ), if it does not work please tell me!!
.box.blurbs p{
display: inline-block;
border: 1px solid #000;
text-align: center;
background: ;
}

(2/10)