css-team: add links to nav menu

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@49 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
terehm 2018-11-07 11:38:01 +00:00
parent be8b56b635
commit 7eeb8443a5
2 changed files with 13 additions and 8 deletions

View File

@ -6,19 +6,19 @@
<nav class="nav-menu">
<div>Learn
<ul>
<li>Basic commands</li>
<li>Intermediate commands</li>
<li>Advanced commands</li>
<li>Filesystem</li>
<li>Scripting</li>
<li><a href="#">Basic commands</a></li>
<li><a href="#">Intermediate commands</a></li>
<li><a href="#">Advanced commands</a></li>
<li><a href="#">Filesystem</a></li>
<li><a href="#">Scripting</a></li>
</ul>
</div>
<code>|</code>
<div>About
<ul>
<li>Us</li>
<li>The project</li>
<li>INTRO</li>
<li><a href="#">Us</a></li>
<li><a href="#">The project</a></li>
<li><a href="#">INTRO</a></li>
</ul>
</div>
</nav>

View File

@ -29,6 +29,11 @@
font-size: 20px;
padding: 0 5px;
a{
text-decoration: none;
color: inherit;
}
ul {
/* TODO: if possible, insert a padding-top to move the submenu down such that
the text of the first element starts at the bottom border of the .menuDesktop */