-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.17 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Frontend Mentor | Single Price Grid Component</title>
</head>
<body>
<div class="container">
<div class="info-card">
<h3>Join our community</h3>
<p class='money-back'>30-day, hassle-free money back guarantee</p>
<p>
Gain access to our full library of tutorials along with expert code
reviews Perfect for any developers who are serious about honing their
skills.
</p>
</div>
<div class="sign-up-card">
<h3>Monthly Sign Up</h3>
<div class="price"><span>$29</span><span>per month</span></div>
<p>Full access for less than $1 a day</p>
<button>Sign Up</button>
</div>
<h3v class="about">
<h3>Why Us</h3>
<p>
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>
</div>
</body>
</html>