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

NoveyPlayz's Blog

"You Are All Special In Your Own Ways"
Female
15 years old
United States
Last Login: 1621443947000
Contacting NoveyPlayz
Message
Report
Add
Block
All Blogs (1/10)
1613713422000

Trying To Make Profile

Please help, I feel so stupid and every tutorial I find isn't helping me, any tips?

https://cdn.discordapp.com/attachments/803128187126546446/812195635780255764/Help.PNG

What I'm trying to do is make it look like this ^^^

Please login to leave a comment.
Comments
NoveyPlayz
1613765111000

Thank you so much, this was all very clear to understand and now I'm working on my profile!

33000emails
1613714413000
33000emails
1613713925000

this chnage the "myspace.windows93.net" at the top of the page!! change color and font to what you wish, heres a list of basic fonts for css; https://www.w3.org/Style/Examples/007/fonts.en.html just copy the text on the far left in replacement
.logo b span {
display: none;
}
.logo b:before {
content: " ";
font-family: oblique;
font-size:24px;
color: red;}

33000emails
1613713760000

that adds a image on the right side of the [age, same as before paste image link, also change image size as you need!! i recommend using Devtools(if you're on desktop ot test the sizing and see if it works)

33000emails
1613713752000

.url {
font-size: 0px;
background: url( );
background-size: 137px;
background-repeat: no-repeat;
position: fixed;
right: 0;
bottom: 0;
color: transparent !important;
height: 252px;
width: 304px;
border: none;
box-shadow: none;
padding: 0 !important;
z-index: 1000;
}

33000emails
1613713686000

heres a few codes i personally like lol!! just copy the image link into the "( )" and it will change the header, the part with notification's background.
div#header {
background-image: url( );
text-align: center;
background-size: 30%;
background-repeat: repeat;

}

(6/10)