Skip to content
Snippets Groups Projects
Commit a8cb910d authored by Olav Utne Skjeldal's avatar Olav Utne Skjeldal
Browse files

Fikset Meny og style

parent 059b7027
No related branches found
No related tags found
No related merge requests found
......@@ -368,14 +368,24 @@ footer {
}
/* CSS below is for meny.html */
.container {
#Bmny, #Pmny, #Dmny, #DagTil{
text-align: center;
}
.container li{
#Pmny li, #Bmny li, #Dmny li{
text-decoration: underline;
list-style-type: none;
}
.menyNav {
position: fixed;
left: calc(50% - 35em);
z-index: 1;
top: 75px;
width: 14em;
background:transparent;
overflow-x: hidden;
padding: 8px 0px 8px 5px;
display: block;
}
/* CSS below is for om_oss.html */
#matrix {
......
......@@ -44,6 +44,14 @@
</div>
</nav>
</header>
<nav class="menyNav">
<h4>Innhold</h4>
<ul>
<li><a href="#Bmny">Burger</a></li>
<li><a href="#Pmny">Pizza</a></li>
<li><a href="#Dmny">Drikke</a></li>
</ul>
</nav>
<main>
<div class="container">
......@@ -67,23 +75,23 @@
<section id="Pmny">
<header>
<h1>Pizza</h1>
</header>
<ul>
<li id="Margarita">Margarita</li>
<li id="Peperoni">Peperoni Pizza</li>
</ul>
</header>
</section>
<section id="Dmny">
<header>
<h1>Drikke</h1>
</header>
<ul>
<li id="Cola">Cola</li>
<li id="Sprite">Sprite</li>
</ul>
</header>
</section>
</div>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment