Design comparison
SolutionDesign
Solution retrospective
Any feedback would be highly appreciated
Community feedback
- Account deleted
Good work 👏 Some observations:
article
orsection
needs anh1 or h2 or h3, etc
. According to the order that follows.<section class="second">
would change it to adiv
<p class="second-heading-1"> Monthly Subscription </p>
, this looks more like a subheading than a paragraph.<button type="button" class="sign-up">
I would change it to an anchor<a>
because there is no form here and that tag belongs to forms.<p class="tutorials">
this could be an unordered list<ul>
- In the CSS it is necessary to improve the responsive, it is out of square.
As the great @midudev says: keep moving your little hands. 🤘😁
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