-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title></title>
</head>
<body>
<div class="heading">
<div class="left">
<img src="pictures/profilepic.jpg" alt="hamster eating" class="profile">
</div>
<div class="right">
<h1 class="handle">hamsters
<button class="follow">follow</button>
<button class="more">▼</button>
</h1>
<p class="numbers"><strong>12</strong> posts</p>
<p class="numbers"><strong>5.2m</strong> followers</p>
<p class="numbers"><strong>1</strong> following</p>
<p><strong>cute hamsters (´ ᴗ`✿)</strong></p>
<p>check out these cute hamsters!!</p>
</div>
</div>
<div class="container">
<img src="pictures/hamster1.jpg" alt="hamster eating broccoli" class="pics">
<img src="pictures/hamster2.jpg" alt="hamster with its lil hands" class="pics">
<img src="pictures/hamster3.jpg" alt="hamster posing" class="pics">
<img src="pictures/hamster4.jpg" alt="hamster in a blanket" class="pics">
<img src="pictures/hamster5.jpg" alt="hamster with a plate and fork" class="pics">
<img src="pictures/hamster6.jpg" alt="hamster in a cup" class="pics">
<img src="pictures/hamster7.jpg" alt="hamster eating cake" class="pics">
<img src="pictures/hamster8.jpg" alt="hamster with big cheeks" class="pics">
<img src="pictures/hamster9.jpg" alt="hamster on wrapping paper" class="pics">
<img src="pictures/hamster10.jpg" alt="hamster eating while in blanket" class="pics">
<img src="pictures/hamster11.jpg" alt="hamster in a hideout" class="pics">
<img src="pictures/hamster12.jpg" alt="hamster on a knitted(?) item" class="pics">
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>