-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 838 Bytes
/
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
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="floating-btn">💫</div>
<div class="flex-container">
<div class="flex-card card-1">
<p>Smile</p>
<p>Breathe</p>
<p>Go Slowly</p>
</div>
<div class="flex-card card-2">
<p>No Past</p>
<p>Be Present</p>
<p>No Future</p>
</div>
<div class="flex-card card-3">
<p>Peaceful</p>
<p>Happy</p>
<p>Light</p>
</div>
<div class="flex-card card-4">
<p>No Anger</p>
<p>No Fear</p>
<p>No Anxiety</p>
</div>
<div class="flex-card card-5">
<p>Fresh</p>
<p>Solid</p>
<p>Free</p>
</div>
</div>
<script src="app.js" type="text/javascript"></script>
</body>
</html>