forked from NidheeshKavavalan/tge-siw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex02.html
37 lines (36 loc) · 1.15 KB
/
index02.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
<!DOCTYPE html>
<html>
<head>
<title>step into the web</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet/less" href="css/style.less">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="js/less.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/script02.js"></script>
</head>
<body>
<div id="base">
<div id="c3" class="chapter">
<div class="l1">
<div class="w w1">C</div>
<div class="w w2">is</div>
<div class="w w3">for</div>
<div class="u1">
<div class="w w4">Clickbait</div>
<div class="w w5">and things you won’t believe in</div>
</div>
</div>
<div class="l2">
<div class="w w1">And</div>
<div class="w w2">things</div>
<div class="w w3">you</div>
<div class="w w4">won’t</div>
<div class="w w5">believe</div>
<div class="w w6">in</div>
</div>
</div>
</div>
</body>
</html>