-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (76 loc) · 2.28 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="sv" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="EC frontend Labb 1">
<meta name="keywords" content="HTML,CSS,flex">
<meta name="author" content="Basel Munawwar">
<meta property="og:image" content="/img/favIcon.png">
<meta property="og:description" content="EC frontend Labb 2">
<meta property="og:title" content="Mandatory HTML CSS 2">
<meta name="twitter:title" content="Mandatory HTML CSS 2">
<link rel="shortcut icon" href="/img/favIcon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="//www.fontstatic.com/f=rabat,arabswell-1" />
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
<title>Mandatory HTML CSS 2</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="top">
<div class="top_rigth">
<div class="title">
<h1>Title</h1>
</div>
</div>
<div class="top_left">
<div class="links">
<ul>
<li>Link A</li>
<li>Link B</li>
<li>Link C</li>
</ul>
</div>
</div>
</div>
<div id="body">
<div class="image">
<img src="img/poster1.png" alt="">
</div>
<div class="image">
<img src="img/poster2.png" alt="">
</div>
<div class="image">
<img src="img/poster3.png" alt="">
</div>
<div class="image">
<img src="img/poster4.png" alt="">
</div>
<div class="image">
<img src="img/poster5.png" alt="">
</div>
<div class="image">
<img src="img/poster6.png" alt="">
</div>
<div class="image">
<img src="img/poster7.png" alt="">
</div>
<div class="image">
<img src="img/poster8.png" alt="">
</div>
<div class="image">
<img src="img/poster9.png" alt="">
</div>
<div class="image">
<img src="img/poster10.png" alt="">
</div>
<div class="image">
<img src="img/poster11.png" alt="">
</div>
<div class="image">
<img src="img/poster12.png" alt="">
</div>
</div>
</body>
</html>