-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpng.html
54 lines (45 loc) · 1.59 KB
/
png.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
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="post-module">
<!-- Post Content-->
<div class="post-content">
<h1 style="text-align:center">New York
<div class="triangle-with-shadow"></div>
</h1>
<div>
<h2>
Hello Mattew,
</h2>
<p>
This is your driver. I'm on my way! </br>
There is a traffic jam causing delay.
</p>
</div>
<div style="width: 100%; display: -webkit-box;">
<div style="width: 50%">
<div class="progress--circle progress--75">
</div>
<p style="text-align: center">Remaining Time</p>
<h2 style="text-align: center">
13:17
</h2>
</div>
<div style="width: 50%">
<div class="progress--circle progress--75">
</div>
<p style="text-align: center">Avg Speed</p>
<h2 style="text-align: center">
47 <small style="font-size: 8px;">mph</small>
</h2>
</div>
</div>
<a class="effect effect-1" href="#" title="Learn More">View Details</a>
</div>
</div>
</body>
</html>