-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (66 loc) · 2.33 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
<!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">
<meta name="description" content="scroll snap demo">
<title>Scroll Snap</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<main class="scroll-h">
<article>
<h1>scroll snap ⌄</h1>
</article>
<article>
<h2>You keep using that word. I do not think it means what you think it means.</h2>
</article>
<article>
<h2>Napoleon, don’t be jealous that I’ve been chatting online with babes all day.</h2>
</article>
<img src="images/popcorn.jpg" alt="pieces of popcorn on a blue background">
<article>
<h2>I am serious and don’t call me Shirley</h2>
</article>
<article>
<h2>Snakes. Why did it have to be snakes?</h2>
</article>
<article>
<h2>You sit on a throne of lies</h2>
</article>
<article>
<h2>Your mother was a hamster and your father smelt of elderberries</h2>
</article>
<article>
<h2>I’m not insane. My mother had me tested</h2>
</article>
<article>
<h2>Stupid is as stupid does</h2>
</article>
<img class="small-img" src="images/chocolates.jpg" alt="box of chocolates">
<article>
<h2>Sell crazy someplace else. We’re all stocked up here. </h2>
</article>
<article>
<h2>To infinity and beyond!</h2>
</article>
<article>
<h2>You’ll shoot your eye out, kid.</h2>
</article>
<article>
<h2>Life moves pretty fast. If you don’t stop and look around once in a while, you could miss it.</h2>
</article>
<img src="images/ocean.jpg" alt="calm ocean at sunset">
<article>
<h2>fin</h2>
</article>
</main>
</body>
</html>