Design comparison
SolutionDesign
Solution retrospective
I share my humble version of the challenge. I'm open to receive feedback.
Community feedback
- @ElyseelooPosted over 3 years ago
Beautiful design! Looks very similar to the original as well. Just a few pointers:
- As for your HTML, might I suggest using Semantic HTML as much as possible--elements such as section, header, main, footer, instead of divs and spans. It allows your page to be more accessible to various users.
- Your first-level heading should be an
h1
tag. Followed by anh2
tag and so on. You can change the font size to your liking with CSS. - I noticed your borders aren't rounded. This can be fixed with a
border-radius: 10px
attribute, or a similar value. - For the Why Us section, it seems that the original is written in an
<ul>
format while yours is in a<p>
tag. - The color for "per month" is also a slightly faded color on the original while in your design it's the same color as the rest of the font.
- Lastly, if I'm not mistaken, I believe in the original there is a drop-shadow underneath the "Sign Up" button.
All in all, your finished design is absolutely beautiful. I wish you the best on your coding journey!
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