-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (26 loc) · 1.38 KB
/
index.html
File metadata and controls
33 lines (26 loc) · 1.38 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
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap" rel="stylesheet">
<title>My fav</title>
</head>
<body>
<ul class="ul">
<li class="Lis">About</li>
<li class="Lis">My Favorite hobby reviews</li>
<li class="Lis">My work</li>
<li class="Lis">My inspiration</li>
<li class="Lis">Contact</li>
</ul>
<section>
<h1>My favourite hobby</h1>
<img src="https://staticg.sportskeeda.com/editor/2021/03/f4a48-16158190462802-800.jpg">
</section>
<section>
<div>
<h2>
My favourite hobby is doing archery, but if we want to take hobby as a PART-TIME thing, then gaming. I love gaming on my console and PC. We get to learn a lot of things from games too like friendshipness and sportsmanship(teaming up etc. etc). Athough I absolutely love gaming in my freetime, I love playing outside with my friends(like cricket). Okay back to the gaming thing, I like gaming also because I am really good at it(I learn controls easily and am an absolute pro at the games I play).I make very good montages about it! I am in a professional ESPORTS team too(via FORTNITE) too! That was basically a brief section about my favourite hobby.</h2>
</div>
</section>
</body>
</html>