-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
84 lines (74 loc) · 1.71 KB
/
gallery.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
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="gallery.css">
<title>GALLERY</title>
<style>
</style>
</head>
<body>
<p>TEKST HER</p>
<h1>JADDA JADDA</h1>
<div class="grid-container">
<div class="header">
<h2>
HEADER
</h2>
</div>
<div class="main">
<h2>
MAIN
</h2>
<div class="gallery-container">
<div>
BLA BBLA BLA
</div>
<div>
BLA BBLA BLA
</div>
<div>
BLA BBLA BLA
</div>
<div>
BLA BBLA BLA
</div>
<div>
BLA BBLA BLA
</div>
<div>
BLA BBLA BLA
</div>
</div>
</div>
<div class="footer">
<h2>
FOOTER
</h2>
</div>
<div>4</div>
<div>5</div>
<div>6</div>
<div>7</div>
<div>8</div>
<div>9</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div>13</div>
<div>14</div>
<div>15</div>
<div>16</div>
<div>17</div>
<div>18</div>
<div>19</div>
<div>20</div>
<div>21</div>
<div>22</div>
<div>23</div>
<div>24</div>
</div>
</body>
</html>