-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (30 loc) · 1.23 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
<!-- Om Namah Shivay -->
<!-- https://www.github.com/riabhsh/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gojo Profile Card</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="wrapper">
<section class="profiles">
<section class="profile">
<div class="container1">
<p class="info">Gojo is known to be the strongest sorcerer in the series even among sorcerers at his level. He is capable of controlling huge amounts of cursed energy and is skilled at unleashing dangerously powerful techniques...</p>
<a href="#" class="read-more">Read More Here...</a>
</div>
<div class="container2">
<figure class="img-container">
<img src="https://mfiles.alphacoders.com/100/1007437.jpeg" alt="img" class="img">
</figure>
<h2 class="name">五條悟 <br> Gojo Satoru</h2>
<p class="speciality"> Special Grade sorcerer</p>
</div>
</section>
</section>
</main>
</body>
</html>