-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpokemon.html
37 lines (36 loc) · 1.15 KB
/
pokemon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>
About | Roy Quilor | Designer, HTML, CSS, Javascript
</title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="/css/main.css?version=1">
<link rel="stylesheet" href="/css/pokemon.css">
</head>
<body class="bg-purple">
<div class="flex flex-row xitems-center justify-center">
<div class="face gengar flex relative">
<div class="eye left">
<div class="triangle" style="left:35px;"></div>
</div>
<div class="eye right">
<div class="triangle" style="right:35px;"></div>
</div>
<div class="mouth">
<div class="tooth"></div>
<div class="tooth"></div>
<div class="tooth"></div>
<div class="tooth"></div>
<div class="tooth"></div>
<div class="tooth"></div>
</div>
</div>
</div>
</body>
</html>