Design comparison
SolutionDesign
Solution retrospective
Any comments and feedbacks are welcome!
Community feedback
- @soransh-singhPosted over 3 years ago
Hey ... your solution is nice and you have done really well...
small suggestion ... in your HTML file you had used a lot of div block which could have been easily avoided
for example line 36-42 in your index.html file
<div class="text"> <p> Hello fellow shoppers! We're currently building our new fashion store. Add your email below to stay up-to-date with announcements and our launch deals. </p> </div>
instead you could have used
<p class="text"> Hello fellow shoppers! We're currently building our new fashion store. Add your email below to stay up-to-date with announcements and our launch deals. </p>
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