idk how to fix this on my profile

i want to fix how this is not centered or in one line but idk how to code or fix it or anything :sob:



2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Myles

Myles's profile picture

OO this is rlly easy to fix so basically the code for it is:

}
nav .links a {
text-decoration: none;
color: white;
text-shadow: 0 0 7px #9d0000;
font-size: 15px!Important;
}
you might need to adjust the size, color, and shadow but other than that it should work! :)


Report Comment