-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<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" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css" />
<title>Cup of Tea</title>
</head>
<body>
<div class="container">
<div class="plate">
</div>
<div class="cup">
<div class="top">
<div class="vapour">
<span style="--i: 1"></span>
<span style="--i: 3"></span>
<span style="--i: 16"></span>
<span style="--i: 5"></span>
<span style="--i: 13"></span>
<span style="--i: 20"></span>
<span style="--i: 6"></span>
<span style="--i: 7"></span>
<span style="--i: 10"></span>
<span style="--i: 8"></span>
<span style="--i: 17"></span>
<span style="--i: 11"></span>
<span style="--i: 12"></span>
<span style="--i: 14"></span>
<span style="--i: 2"></span>
<span style="--i: 9"></span>
<span style="--i: 15"></span>
<span style="--i: 18"></span>
<span style="--i: 4"></span>
<span style="--i: 19"></span>
</div>
<div><i class="fa-sharp fa-solid fa-heart-crack"></i></div>
<div class="circle">
<div class="tea"></div>
</div>
</div>
<div class="handle"></div>
</div>
</div>
</body>
</html>