First tribute Page done

Any feed back is appreciated

Hi, you did a great job!

I am being a little picky, but I noticed that you left a unused “navbar” and “a” classes in your css. Maybe you tried to use it as a “navbar a” class? You can’t have classes with spaces, as it is the same as you are referencing two different classes “navbar” and “a”. You could have used “navbar-a” instead.

Also, there is a unecessary “/” at the end of you

Hi edumats,

Thanks for your suggestion. I used navbar class as container that holds the anchors tag.
And “navbar a” is used to specify the style for anchor tag inside the navbar.