-
Notifications
You must be signed in to change notification settings - Fork 966
Expand file tree
/
Copy pathDay 10.html
More file actions
34 lines (32 loc) · 848 Bytes
/
Day 10.html
File metadata and controls
34 lines (32 loc) · 848 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>CSS DAY 10</title>
<link rel="stylesheet" href="dayten.css">
</head>
<body>
<script
src="https://kit.fontawesome.com/befb81a1f5.js"
crossorigin="anonymous"
></script>
<div class="frame">
<div class="base_c">
<div class="contents">
<div class="date">wed 22 jan 1997</div>
<div class="time">01:22</div>
<div class="heart">
<span class="fa-solid fa-heart fa-beat"></span>
<span>80</span>
<span class="energy inline">1200 kcal</span>
</div>
</div>
</div>
<svg class="red_c">
<circle cx="92" cy="92" r="90" />
</svg>
<svg class="dotted_c">
<circle cx="82" cy="82" r="80" />
</svg>
</div>
</body>
</html>