-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpikachu.html
61 lines (61 loc) · 2.48 KB
/
pikachu.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pika-pika</title>
<script src="https://kit.fontawesome.com/5a360170f9.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body class="pi-pika">
<header class="head">
<ul>
<a href="index.html"><li>HOME</li></a>
<a href="about.html"><li>ABOUT</li></a>
<a href="explore.html" target="_blank"><li>EXPLORE</li></a>
<a href="pokedex.html" target="_blank"><li>POKEDEX</li></a>
</ul>
</header>
<section class="pika-pika">
<h1 class="pika-fan">Are you a PIKA-FAN !</h1>
<h2><br>A mouse with electric power, pikachu's are just chhaa<br>ThunderBolt, Quick attack, Iron tail , Electric ball, pikas are just awesome
<br>Pikachu's are friendly and their voice, soo Good.<br>Soo many pikachu's, and their dance and<br> singing is a-mazing!</h2><h2 class="chaa"> pi-pika-pikachu-chaa</h2>
<h2>PIKACHU - Electric type, evolved form of Pichu, evolves into Raichu by thunderstone</h2>
<h2>Yellow like Honey, with a sparky tail, and deep red cheeks like an apple, and the smile is so cheerful</h2>
<h2>So let's begin, PI-PIKACHU!<br>Scroll down to see different forms of Pika!</h2>
</section>
<section class="pika-pika" id="cosplay">
<div class="gap"></div>
<div class="row1" id="pi">
<div class="column">
<img src="pi-pikachu/phd.webp">
</div>
<div class="column">
<img src="pi-pikachu/belle.webp">
</div>
<div class="column">
<img src="pi-pikachu/rockstar.webp">
</div>
<div class="column">
<img src="pi-pikachu/pochstar.webp">
</div>
<div class="column">
<img src="pi-pikachu/libre.webp">
</div>
</div>
<div class="gap"></div>
</section>
<section class="pika-pika" id="raichu-pichu">
<div class="box">
</div>
</section>
<footer class="foot">
<ul>
<a href="https://github.com/" target="_blank"><li>GitHub</li></a>
<a href="https://in.pinterest.com/search/pins/?q=pokemon&rs=typed" target="_blank"><li>Pinterest</li></a>
<a href="https://www.youtube.com/@PokemonAsiaENG" target="_blank"><li>YouTube</li></a>
</ul>
</footer>
</body>
</html>