Latest comments
- @PryceIsRight@MubeenAhmadShaikh
Looks good, you can add h1 tag instead of h3 for that accessibility issue.
Marked as helpful - @justsomeletter@MubeenAhmadShaikh
Looks good I have following feedbacks for you,
- you can use flexbox instead of margin:auto for aligning the card in center. You can refer this Flexbox guide
- And for responsive site you can refer Beginner's guide to media queries
If you get stuck checkout my solution. Hope this helps you
- @moheb2000@MubeenAhmadShaikh
Good work MOHAMMAD EBRAHIMI,
You can add your svg icon z-index of 2 it will be then displayed on top
Hope this helps you :)
Marked as helpful - @zastar23@MubeenAhmadShaikh
The grid part is actually challenging. I have following suggestions for you:
- The transform and stand out text content is aligned to the center you can align them to left.
- The graphic and photography images are of mobile view, you can change them to desktop images using media queries with background property.
you can refer my solution but I would suggest only if you get stuck.