I don't know shit about HTML

If anyone can tell me how to remove the outer glow shadow thing from my nav bar's text, or how to make my interests' border curved, please leave a comment lol


0 Kudos

Comments

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

Izzy

Izzy's profile picture

For the glow thing:
nav .links a { text-shadow: none; }
For Interests' section (10px can be any amount of px):
.table-section:not(:last-child) table tr { border-radius: 10px; }

Hope this helps! :-)


Report Comment



TYSM!
Both lines worked!

by Funyanumi; ; Report