-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
47 lines (42 loc) · 903 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Stjärnans kaninuppfödning</title>
<style>
body {
font-family: fantasy;color:magenta;
}
ul {
list-style-type:none;
border:5px solid lavender;
background:aqua
}
li {
display:inline;
}
li a {
color:magenta;
}
</style>
</head>
<body>
<h1>Sjärnans kaninuppfödning</h1>
<h2>Kontakt</h1>
<ul>
<li><a href="about.html">hem</a></li>
<li><a href="about.html">om oss</a></li>
<li><a href="kittens.html">kaninungar</a></li>
<li><a href="contact.html">kontakt</a></li>
<li><a href="care.html">skötsel</a></li>
</ul>
<img src="flowers.jpg" style="width:1204px;height:328px;">
<div class="bottom">
<div>limhamn/malmö</div>
<div>gustavsgatan 17 a</div>
<div>0739563123 a</div>
<div>theresa.ronge@gmail.com </div>
<div>Kontakta oss om du vill något /Theresa och Tove Ronge </div>
</div>
</html>
</body>
</html>