Design comparison
SolutionDesign
Solution retrospective
In this project, I practiced using CSS grid and setting up my divs using column and row numbers. If there are any helpful tips or practices for using CSS grid, please let me know!
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The
main
element should only be wrapping the card section since that is the main content of your page.
- The intro heading and paragraph should be wrapped inside a
header
element.
- The “Reliable, efficient delivery Powered by Technology” is one single heading so the entire thing should be wrapped in a single
h1
heading along with aspan
element.
- Along with the blank
Alt Tag
, you also want to include thearia-hidden=“true”
to your “icons” to fully remove them from assistive technology.
More Info:📚
https://www.w3.org/WAI/tutorials/images/
- Using
CSS Grid
withGrid-Template-Areas
will make things way easier when building the layout; it will give you full control of the layout.
Here is an example of how it works: EXAMPLE
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
Marked as helpful1@delacruzralphPosted almost 2 years ago@vcarames Much appreciated! Will definitely practice CSS Grid with Grid-Template-Areas seeing how much easier it seems :)
1 - 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