forked from skywalker290/hack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5.html
74 lines (45 loc) · 3.06 KB
/
5.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap" rel="stylesheet"/>
</head>
<body>
<h1> <em> stories never end... </em> </h1>
<section class="books">
<article class="library">
<img class= "lib1" src="https://images.pexels.com/photos/590493/pexels-photo-590493.jpeg?auto=compress&cs=tinysrgb&w=600", alt="library1">
<img class="lib2" src= "https://images.pexels.com/photos/2767814/pexels-photo-2767814.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<img class="lib3" src="https://images.pexels.com/photos/2908984/pexels-photo-2908984.jpeg?auto=compress&cs=tinysrgb&w=1600">
</article>
<article class="story">
<img class= "str1" src="https://images.pexels.com/photos/235986/pexels-photo-235986.jpeg">
<img class= "str2" src="https://images.pexels.com/photos/1995842/pexels-photo-1995842.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<img class= "str3" src="https://images.pexels.com/photos/3643828/pexels-photo-3643828.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
</article>
<article class="library1">
<img class= "lib4" src="https://images.pexels.com/photos/4219038/pexels-photo-4219038.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<img class= "lib5" src="https://images.pexels.com/photos/3704611/pexels-photo-3704611.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<img class= "lib6" src="https://images.pexels.com/photos/2228547/pexels-photo-2228547.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
</article>
<article class="read">
<img class= "re1" src="https://images.pexels.com/photos/298660/pexels-photo-298660.jpeg?auto=compress&cs=tinysrgb&w=400">
<img class= "re2" src="https://images.pexels.com/photos/6621189/pexels-photo-6621189.jpeg?auto=compress&cs=tinysrgb&w=400">
<img class= "re3" src="https://images.pexels.com/photos/6775232/pexels-photo-6775232.jpeg?auto=compress&cs=tinysrgb&w=400">
</article>
<article class="story1">
<img class= "str6" src="https://images.pexels.com/photos/261909/pexels-photo-261909.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<img class= "str4" src="https://images.pexels.com/photos/3358707/pexels-photo-3358707.png?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<img class= "str5" src="https://images.pexels.com/photos/1031588/pexels-photo-1031588.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
</article>
</section>
<script src="script.js"></script>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green, teal, blue, blurple, magenta, pink!
-->
<script src="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>