CSS Menu Issues
Hi Guys.
I've been messing around with a CSS based menu that I found online and I have a few questions. Here's a link to the menu. https://codepen.io/uiswarup/full/dyyqaGR
Firstly, how would you go about implementing this menu in an actual web site? The menu is cool but it takes up alot of screen real estate. The menu has to be visible as you move from page to page and I don't see how that happens in this case.
Secondly, I'm having some issues working with a local copy of the code. There is a large amount of CSS contained within style tags on the main page. When I try to move the CSS into it's own file and create a link/reference to the external CSS file it "breaks" the page. I've looked at the CSS for something that would require it to remain inline and I don't see anything. Additionly the images that are displayed for each menu item do not display. I am assuming that it's because I don't have all the source files.
Any thoughts you have are appreciated. Thanks in advance.
