-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 2.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset ="utf-8">
<link rel="stylesheet" href="styles.css">
<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=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
</head>
<body>
<div class="flex" id="hero-section">
<h1 id="hero-cta">Visit Animetown</h1>
<h3 id="hero-supp">Enjoy culture and all the fictional characters and goodlooking anime food.</h3>
</div>
<div id="characters-section">
<h2>The top heros to meet</h2>
<div class="flex" id="character-box">
<div class="character flex">
<img class="characters-img"src="https://i.pinimg.com/originals/ad/39/16/ad3916da8aac5f30a55f349f88629ab4.jpg" alt="Kento Nanami">
<h4>Kento Nanami</h4>
<p> Ex-salaryman turned Jujutsu scorcer. Likes bread.🥪</p>
</div>
<div class="character flex">
<img class="characters-img"src="https://static.wikia.nocookie.net/fma/images/a/a8/Avatar_roy2003.png" alt="Roy Mustang">
<h4>Roy Mustang</h4>
<p> Dog of the army, but looks good. Buys too many flowers sometimes.💐</p>
</div>
<div class="character flex">
<img class="characters-img"src="https://i.pinimg.com/736x/f1/51/28/f15128af12022ad5557ead048b36a1bd.jpg" alt="Uzui Tengen">
<h4>Uzui Tengen</h4>
<p> Very flashy. Loves shiny things and his three wives.</p>
</div>
</div>
</div>
<div id="guide-section">
<div class="flex" id="card">
<img id="card-img"src="https://i3.cpcache.com/merchandise_zoom/833_750x750_Front_Color-White.jpg?region={%22name%22:%22FrontCenter%22,%22width%22:24.025377,%22height%22:33.33,%22alignment%22:%22MiddleCenter%22,%22orientation%22:1,%22dpi%22:72,%22crop_x%22:0,%22crop_y%22:0,%22crop_h%22:2399,%22crop_w%22:1729,%22scale%22:0.9999001,%22template%22:{%22id%22:105245078,%22params%22:{}}}&AttributeValue=NA&c=False&cid=PUartJBjiF%2Fyg4FdKqiggQ%3D%3D+%7C%7C+XrJ7mWkqPr%2BTDuD1j5KtPQ%3D%3D&ProductNo=1817395224" alt="" class="guide-img">
<div id="guide-description">
<h3>Your guide</h3>
<p class="italic">I have dreamed of living here for many years even though of course I know it's not real</p>
<p class="bold">Weeb3 Nerd</p>
</div>
</div>
</div>
</body>
</html>