-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstory2.html
More file actions
55 lines (49 loc) · 1.41 KB
/
story2.html
File metadata and controls
55 lines (49 loc) · 1.41 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Anta&display=swap" rel="stylesheet">
<title>Anime</title>
<style>
h1{
color: white;
font-family: "Anta";
text-align: center;
font-size: 40px;
margin-bottom: 40px;
}
img{
height: 500px;
width: 400px;
}
.imgdiv{
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
body{
background-color: black;
}
</style>
</head>
<body>
<div class="container">
<h1>Through the Cosmic Veil: The Legend of Sachin and the Galactic Explorers</h1>
<div class="imgdiv">
<img src="./images/images2/1.jpg">
<img src="./images/images2/2.jpg">
<img src="./images/images2/3.jpg">
<img src="./images/images2/4.jpg">
<img src="./images/images2/5.jpg">
<img src="./images/images2/6.jpg">
<img src="./images/images2/7.jpg">
<img src="./images/images2/8.jpg">
<img src="./images/images2/9.jpg">
</div>
</div>
</body>
</html>