Design comparison
Solution retrospective
Anyone use pseudo-elements and CSS positioning? How did you implement that?
Community feedback
- @vanzasetiaPosted about 3 years ago
More feedback:
- Use
rem
or sometimesem
for font size. That way the text can scale when the user zoom or change their browser setting. - The
Try it free
andGet Started for Free
, both should be a link since I think they will redirect the users to register page if this is a real website. - The mockup and illustration images are also decorative only.
- For the stats, you can use
ul
and wrap the icon and thep
tags withli
. - I recommend to use
label
instead ofaria-label
, sincelable
is can be translated whilearia-lable
can't. You can hide it withsr-only
class. For the styling you can check mystyle.css
. - The phone number and the email should be links not a paragraph. Try to use
mailto
andtel
for it.
That's it! Hopefully this is helpful!
Marked as helpful0@jgiuliano8Posted about 3 years agoThank you again so much Vanza! Definitely appreciate the feedback and taking the time to look through my code!
0 - Use
- @vanzasetiaPosted about 3 years ago
👋Hi Jeff Giuliano!
I've just recently finished this challenge too. As far as I remember, I didn't use any pseudo-elements and
position
.A little feedback:
- For any decorative and meaningless images, it is recommended to leave the
alt=""
empty and addaria-hidden="true"
to make sure that the VoiceOver (Apple screen reader) ignore those images. - For the background images, I recommend to use CSS
background-image
instead of an actualimg
.
That's it for now! I will be comeback and give more feedback!
Marked as helpful0@jgiuliano8Posted about 3 years agoHi Vanza, Thanks so much for your feedback! I appreciate both points that you made. I had put alt descriptions because I got accessibility warnings when I submitted it, but that's good to know.
I had also asked about the pseudo elements and positioning because Front End Mentor mentions that in their brief description of the project so thank you for verifying that.
Appreciate you taking the time to leave feedback!
Jeff
0@vanzasetiaPosted about 3 years ago@jgiuliano8 As I promised, I will give you more feedback. But, what happens 😱 with this solution? Everything is broken.
I saw your git history and you deleted all your code. I'm sorry, I can't give you more feedback this way.
0@jgiuliano8Posted about 3 years ago@vanzasetia Hi Vanza, Thank you for coming back. I realized I uploaded the wrong index.html to this project. The mistake has been corrected. Thank you!
-Jeff
0 - For any decorative and meaningless images, it is recommended to leave the
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