nah you're good!! i was so confused earlier because all i wanted was to change the color then i checked out your page and i figured it out thank you!! thank you for the help fr
HSGGDHJDHSA did it cut off my comment... I am... so embarrassed... I'm so fuckinf sorry if you need help feel free to message udvgavsjxsvhajhjksdjfedhbjkfewghvesc
I'm not 100% sure this is what you're asking for, but I'll explain anyways!!
heres how I replaced my header:
.logo{
font-size: 0px;
}
.logo::after{
content: "Anarchy! Everyone wants to be me!";
font-size: 15px;
color: white;
font-weight: 800;
}
to center the text, try adding:
position: relative;
left: 40%;
inside the brackets. you can also try replacing 40% with 50%; it just didn't look right on my screen when I tried
I'm glad I could help in some way!!!
nah you're good!! i was so confused earlier because all i wanted was to change the color then i checked out your page and i figured it out thank you!! thank you for the help fr
HSGGDHJDHSA did it cut off my comment... I am... so embarrassed... I'm so fuckinf sorry if you need help feel free to message udvgavsjxsvhajhjksdjfedhbjkfewghvesc
I'm not 100% sure this is what you're asking for, but I'll explain anyways!!
heres how I replaced my header:
.logo{
font-size: 0px;
}
.logo::after{
content: "Anarchy! Everyone wants to be me!";
font-size: 15px;
color: white;
font-weight: 800;
}
to center the text, try adding:
position: relative;
left: 40%;
inside the brackets. you can also try replacing 40% with 50%; it just didn't look right on my screen when I tried