feat(15): initial mobile step 1 styling

This commit is contained in:
efim
2023-07-09 15:28:47 +00:00
parent 808ba96049
commit d8e25ff95d
8 changed files with 411 additions and 22 deletions

View File

@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html class="no-js" lang="">
<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="./assets/images/favicon-32x32.png"
/>
<link href="../public/out.css" rel="stylesheet" />
<title>Frontend Mentor | Multi-step form</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>
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
<main class="bg-green-200">
<!-- Step 3 start -->
Pick add-ons
Add-ons help enhance your gaming experience.
Online service
Access to multiplayer games
+$1/mo
Larger storage
Extra 1TB of cloud save
+$2/mo
Customizable Profile
Custom theme on your profile
+$2/mo
Go Back
Next Step
<!-- Step 3 end -->
</main>
</body>
</html>