Design comparison
Solution retrospective
Leave your feedback!
Community feedback
- @Mr-jawPosted almost 2 years ago
Hello there 👋
Congratulations on completing the challenge
HTML 📄
-
avoid using hyphens in the
alt
attribute of the<img>
tag since it should be humanly readable text. You are welcome to usespace
when it comes it separating words. -
avoid using the
<p>
tag to display short text, you can rather use<em>
,<strong>
, or<small>
tags. It will improve accessibility. -
Use relative units such as
em
orrem
for margin, padding, width, and height. -
It is a good practice to use CSS custom properties. learn more about it here
Above all the solution you submitted looks great 🔥
I hope this was useful 😊
HAPPY CODING
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