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;}
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)
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;
Thank you so much, this was all very clear to understand and now I'm working on my profile!
i also recommend using templates(with creds of coruse)!!
https://github.com/myspace93/myspace93.github.io
https://sophiezhng.github.io/my-space-windows-93-themes/
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;}
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)
.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;
}
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;
}