Design comparison
SolutionDesign
Solution retrospective
am open for correction
Community feedback
- @vanzasetiaPosted almost 3 years ago
š Hi Philip!
š Congratulations on finishing this challenge! I have some feedback on this solution:
- Accessibility
- Create a custom
:focus-visible
styling to any interactive elements (button
, links,input
,textarea
). This will make the users can navigate this website using keyboard (Tab
) easily. - Heading levels should only increase by one. Keep in mind that a heading is like a title on a document. Do you think that this should be a heading or a title or it should be a text with emphasis?
- Create a custom
<h3 class="second">30-day, hassle-free money back guarantee</h3>
- You should only have one
h1
for every page. Heading one is working as an identifier for each page. So, I would recommend lower the level of otherh1
(made the other twoh1
toh2
). - Visual
- The
Sign Up
button is broken. Try to change thedisplay
to eitherblock
orinline-block
and adjust thepadding
andmargin
. - I noticed that the layout is broken on 400px width.
- The
- HTML
- I would recommend making this as a
ul
and wrap each text withli
instead ofdiv
andp
.
- I would recommend making this as a
<div class="lastime"> <p class="rest">Tutorials by industry experts</p> <p class="rest">Peer & expert code review</p> <p class="rest">Coding exercises</p> <p class="rest">Access to our GitHub repos</p> <p class="rest"> Community forum</p> <p class="rest"> Flashcard decks</p> <p class="rest last-rest">New videos every week</p> </div>
That's it! Hopefully, this is helpful!
Marked as helpful1@AkinsuyiphilipPosted almost 3 years ago@vanzasetia i really appreciate this thanks for the feedback
0 - Accessibility
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