Design comparison
SolutionDesign
Community feedback
- @Noc662Posted almost 2 years ago
Instead of using
<h5>PERFUME</h5><h1 class="current-price">$149.99</h1>
<h5 class="old-price">$169.99</h5>
You should use
<h2>PERFUME</h2>
<p class="current-price">$149.99</p>
<p class="old-price">$169.99</p>
<footer><div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="https://github.com/rengbar">Rengbar</a>. </div></footer>
Good work!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord