Design comparison
Solution retrospective
Thanks for the challenge I didn't expect to finish it that fast
Community feedback
- @correlucasPosted about 2 years ago
πΎHello @Hussain754, Congratulations on completing this challenge!
Unfortunately your live site is not previewing, due an error with the Github Pages I donβt recommend it since it's too hard to set up.
If you really want to use Github Pages you can try to follow this guide to use it and fix the settings for your page
https://docs.github.com/en/pages/quickstart
.My suggestion it that you use
vercel.com
ornetlify.com
that are really easier platforms for live sets and totally user-friendly, in a matter of 5min your live site is online. All you need to do is to connect the Github account, import the repository and deploy it. Really fast.The easy one isVercel
and is the one I use for my solution.Fixing that you've to update the solution with the new link and we'll be able to see your live site and help you.
βοΈ I hope this helps you and happy coding!
0 - @denieldenPosted about 2 years ago
Hi Hussain, congratulations on completing the challenge, great job! π
Some little tips for optimizing your code:
- add
main
tag and wrap the card for improve the Accessibility - also you can use
article
tag instead of a simplediv
to the container card for improve the Accessibility - add descriptive text in the
alt
attribute of the images - remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of image - remove all
margin
fromcontainer
class - use
justify-content: center
a flexbox property to the body to center the card horizontally - instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding π
0 - add
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