base css, submitting so I can do something else briefly
This commit is contained in:
parent
3e7bbc7ac7
commit
4d21cf54ee
|
@ -5,6 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
<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">
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
|
||||||
<title>Frontend Mentor | Order summary card</title>
|
<title>Frontend Mentor | Order summary card</title>
|
||||||
|
|
||||||
|
@ -16,22 +17,28 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
Order Summary
|
<div class="card">
|
||||||
|
<div class="hero-image"></div>
|
||||||
You can now listen to millions of songs, audiobooks, and podcasts on any
|
<h1>Order Summary</h1>
|
||||||
device anywhere you like!
|
<p>
|
||||||
|
You can now listen to millions of songs, audiobooks, and podcasts on any
|
||||||
Annual Plan
|
device anywhere you like!
|
||||||
$59.99/year
|
</p>
|
||||||
|
<div class="price-plan">
|
||||||
Change
|
<div class="icon"></div>
|
||||||
|
<div class="plan-type-area">
|
||||||
Proceed to Payment
|
<div class="plan-type">Annual Plan</div>
|
||||||
Cancel Order
|
<div class="plan-price">$59.99/year</div>
|
||||||
|
</div>
|
||||||
|
<div class="change-button">Change</div>
|
||||||
|
</div>
|
||||||
|
<div class="payment-button">Proceed to Payment</div>
|
||||||
|
<div class="cancel-button">Cancel Order</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="attribution">
|
<!-- <div class="attribution">
|
||||||
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
||||||
Coded by <a href="#">Your Name Here</a>.
|
Coded by <a href="#">Your Name Here</a>.
|
||||||
</div>
|
</div> -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in New Issue