-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgridassign.html
More file actions
65 lines (51 loc) · 1.91 KB
/
gridassign.html
File metadata and controls
65 lines (51 loc) · 1.91 KB
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
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grid Assignment</title>
<link rel="stylesheet" href="/css/grid.css">
</head>
<body>
<body>
<main>
<div class="box1">
<p class="tpbhd">
Join our community
</p>
<p class="tpbhd1">30-day, hassle-free money back guarantee</p>
<p class="tpbhd2"> Gain access to our full library of tutorials along with expert code reviews.</p>
<p class="tpbhd3"> Perfect for any developers who are serious about honing their skills.</p>
</div>
<div class="box2">
<p class="lfthd">Monthly Subscription</p>
<p class="ltbd1">
<span class="dollar">$29</span>
<span class="ltbd2">per month</span>
</p>
<p class="ltbd3">Full access for less than $1 a day</p>
<br>
<button class="link">Sign Up</button>
</div>
<div class="box3">
<p class="rtbd1">Why Us</p>
<br>
<p class="rtbd2"> Tutorials by industry experts
Peer & expert code review
Coding exercises
Access to our GitHub repos
Community forum
Flashcard decks
New videos every week
</p>
</div>
<footer>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend
Mentor</a>.
Coded by <a href="#">Patrick Amune</a>.
</p>
</footer>
</main>
</body>
</html>