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

Endret meny.html og style.css

parent 43699b6d
No related branches found
No related tags found
No related merge requests found
...@@ -367,6 +367,15 @@ footer { ...@@ -367,6 +367,15 @@ footer {
} }
} }
/* CSS below is for meny.html */
.container {
text-align: center;
}
.container li{
text-decoration: underline;
list-style-type: none;
}
/* CSS below is for om_oss.html */ /* CSS below is for om_oss.html */
#matrix { #matrix {
......
...@@ -54,22 +54,35 @@ ...@@ -54,22 +54,35 @@
<p>Pizzatilbud! <br> Stor pizza + 1.5l brus <br> kr 99,-</p> <p>Pizzatilbud! <br> Stor pizza + 1.5l brus <br> kr 99,-</p>
</section> </section>
<section id="Burgere"> <section id="Bmny">
<header> <header>
<h1> Burgere</h1> <h1> Burgere</h1>
</header> </header>
<p>Burgere bla bla <br> meny bla bla <br> kr 99,-</p> <ul>
<li id="Standard">Standard burger</li>
<li id="Chilli">Chilli Cheese burger</li>
</ul>
</section> </section>
<section id="Pizza"> <section id="Pmny">
<header> <header>
<h1>Pizza</h1> <h1>Pizza</h1>
<ul>
<li id="Margarita">Margarita</li>
<li id="Peperoni">Peperoni Pizza</li>
</ul>
</header> </header>
</section> </section>
<section id="Drikke"> <section id="Dmny">
<header> <header>
<h1>Drikke</h1> <h1>Drikke</h1>
<ul>
<li id="Cola">Cola</li>
<li id="Sprite">Sprite</li>
</ul>
</header> </header>
</section> </section>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment