-
Notifications
You must be signed in to change notification settings - Fork 0
/
oppskrifter.html
50 lines (50 loc) · 1.57 KB
/
oppskrifter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>Oppskrifter</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Hjem</a></li>
<li><a href="">Nav1</a></li>
<li class="dropdown">
<a href="oppskrifter.html" class="dropbtn">Oppskrifter</a>
<nav class="dropdown-content">
<a href="">Oppskrift1</a>
<a href="">Oppskrift2</a>
<a href="">Oppskrift3</a>
<a href="">Oppskrift4</a>
</nav>
</li>
<li><a href="">Nav3</a></li>
<li> <a href="kontakt.html">Kontakt</a></li>
</ul>
</nav>
<section>
<article>
<img src="" alt="Bilde av " width="400">
<p></p>
</article>
<article>
<img src="" alt="Bilde av " width="400">
<p></p>
</article>
<article>
<img src="" alt="Bilde av " width="400">
<p></p>
</article>
<article>
<img src="" alt="Bilde av " width="400">
<p></p>
</article>
<article>
<img src="" alt="Bilde av " width="400">
<p></p>
</article>
</section>
<footer class="undertekst"></footer>
</body>
</html>