I'm trying to make an expanding navbar, and I'm pretty far doing it, but I'm just a beginner and it currently looks like sh*t.
If you could help me for a bit? I'd like to do it with pure CSS, as I know nothing about JS.
<div id="blackbox" />
<div id="blacktxt">Navigation</div>
<nav>
    <ul>
        <li><a href="About">About</a>
            <ul>
                <li><a href="abfin">About Finland</a>
                </li>
                <li><a href="#">About Us</a>
                </li>
        </li>
        </ul>
        </div>
It's too hard to write, here's the blueprints:
And here's the existing code:
 
     
     
    