2020-09-12 10:37:02 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
|
2020-09-12 11:16:18 +02:00
|
|
|
<link rel="stylesheet" href="./css/style.css">
|
2020-09-12 10:37:02 +02:00
|
|
|
|
|
|
|
<title>Frontend Mentor | Single Price Grid Component</title>
|
|
|
|
|
|
|
|
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
|
|
|
|
<style>
|
|
|
|
.attribution { font-size: 11px; text-align: center; }
|
|
|
|
.attribution a { color: hsl(228, 45%, 44%); }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
Join our community
|
|
|
|
|
|
|
|
30-day, hassle-free money back guarantee
|
|
|
|
|
|
|
|
Gain access to our full library of tutorials along with expert code reviews.
|
|
|
|
Perfect for any developers who are serious about honing their skills.
|
|
|
|
|
|
|
|
Monthly Subscription
|
|
|
|
|
|
|
|
$29 per month
|
|
|
|
|
|
|
|
Full access for less than $1 a day
|
|
|
|
|
|
|
|
Sign Up
|
|
|
|
|
|
|
|
Why Us
|
|
|
|
|
|
|
|
Tutorials by industry experts
|
|
|
|
Peer & expert code review
|
|
|
|
Coding exercises
|
|
|
|
Access to our GitHub repos
|
|
|
|
Community forum
|
|
|
|
Flashcard decks
|
|
|
|
New videos every week
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<p class="attribution">
|
|
|
|
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
|
|
|
Coded by <a href="#">Your Name Here</a>.
|
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|