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

xX_teeth_Xx's Blog

"H3LLO!!! RAWR!!!"
Ex-President
15 years old
Interzone
Last Login: 1607704867000
Contacting xX_teeth_Xx
Message
Report
Add
Block
All Blogs (3/10)
1592692866000

CSS

I'm am very new to CSS! and I have a lot to learn!
but if you would like help with yours, please message me! though I would like to talk over discord, so please send me your discord!

I things I need to learn! plz, message me if you have codes or would love to help!

changing text logo- to change where it says "myspace.windows93.net"
changing text in contacting- change text where it says "block" "add" etc.
changing icons in contacting- the small icons next to "block" "add" etc.
changing mouse- changing the mouse when on my page
removing song- the player for my page's song not on my page, but still plays!

Please login to leave a comment.
Comments
stocking
1593070015000

hello sir teeth

heres how I replaced my text logo:

.logo {
font-size: 0px;
}

.logo::after {
content: "Anarchy, everyone wants to be me.";
font-size: 15px;
color: white;
}

notably the code I sent doesn't change it's position, I'm not sure how to do that, but it at least replaces the text if that is all you wanted to do.

(1/10)