Design comparison
SolutionDesign
Community feedback
- @t0ntinPosted almost 2 years ago
Looks good. I used this code on mine to make the button look a little more like the model:
box-shadow: 11px 11px 15px -10px rgba(109, 99, 109, 0.73);
1 - @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- Your **HTML should have ** a
main
element that will assist in identifying the main content of your site.
More Info:📚
- There are only three headings in this component; “Join our community”, “Monthly Subscription”, and “Why us”. Everything else would be wrapped in a
paragraph
element.
- The button was created with the incorrect element. When users click on the button they should directed to a different part of your site; the
anchor
element will allow this to happen.
More Info:📚
- The “Why Us” list needs to be created using an
unordered list
element along with thelist item
element.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
1 - Your **HTML should have ** a
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