Discussion about this post

User's avatar
Serdar Gulec's avatar

https://codepen.io/serdar-cihan-g-le-/pen/dyRmGMy

This is my solution. I tried by simply copying the coding in example 2 in codingpen and changing it to menu names.

I set to nav black.

nav a {

background-color: black;

a { color : gold.

[ I deleted the a { color background color because nav a had it so it was redundant to keep it as a sen tence]

then for a:hover {

I set it to

color: white;

background-color: green;

Expand full comment
2 more comments...

No posts