I have been trying to create a navigation menu for my web page using CSS.
I know that it's possible to create a menu in the html code using 'styles' from the CSS file, but this isn't what I want.
What I want to do is create the 'entire' menu in the CSS file and then have each html page linked to that file.
Is this even possible?
I'm new to CSS, so any help would be great, thanks!
I know that it's possible to create a menu in the html code using 'styles' from the CSS file, but this isn't what I want.
What I want to do is create the 'entire' menu in the CSS file and then have each html page linked to that file.
Is this even possible?
I'm new to CSS, so any help would be great, thanks!