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
Branches
No related tags found
No related merge requests found
...@@ -368,14 +368,24 @@ footer { ...@@ -368,14 +368,24 @@ footer {
} }
/* CSS below is for meny.html */ /* CSS below is for meny.html */
.container { #Bmny, #Pmny, #Dmny, #DagTil{
text-align: center; text-align: center;
} }
.container li{ #Pmny li, #Bmny li, #Dmny li{
text-decoration: underline; text-decoration: underline;
list-style-type: none; 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 */ /* CSS below is for om_oss.html */
#matrix { #matrix {
......
...@@ -44,6 +44,14 @@ ...@@ -44,6 +44,14 @@
</div> </div>
</nav> </nav>
</header> </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> <main>
<div class="container"> <div class="container">
...@@ -67,23 +75,23 @@ ...@@ -67,23 +75,23 @@
<section id="Pmny"> <section id="Pmny">
<header> <header>
<h1>Pizza</h1> <h1>Pizza</h1>
</header>
<ul> <ul>
<li id="Margarita">Margarita</li> <li id="Margarita">Margarita</li>
<li id="Peperoni">Peperoni Pizza</li> <li id="Peperoni">Peperoni Pizza</li>
</ul> </ul>
</header>
</section> </section>
<section id="Dmny"> <section id="Dmny">
<header> <header>
<h1>Drikke</h1> <h1>Drikke</h1>
</header>
<ul> <ul>
<li id="Cola">Cola</li> <li id="Cola">Cola</li>
<li id="Sprite">Sprite</li> <li id="Sprite">Sprite</li>
</ul> </ul>
</header>
</section> </section>
</div> </div>
</main> </main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment