+ 2
Make a new CSS rule to be apllied only to the hyperlink, such rule you currently have applies to the <nav> but not hyperlinks inside <nav>. nav a { color: #fff; text-decoration: none }
23rd Jan 2022, 3:18 AM
Ipang