Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud my ability to complete the task. I think for next time i can maybe research a more sufficient way of complete the task.
What challenges did you encounter, and how did you overcome them?My challenge was studying up on CSS grid and then playing around with my code to get it working.
What specific areas of your project would you like help with?Any feedback will be appreciated!
Community feedback
- @programmerjewelPosted 12 days ago
Congratulations on completing this challenge. Some tips may help you to brush up this project a bit top notch.
- You have use both grid and flex --both for layout which is good, but instead try to use only grid (you can do it. 😉);
- You have use
background-position-x: right;
for positioning SVG quote image - which is slightly wrong as there is some space on the right according to the reference image. Try to debug it (you can do this too. 😉);
Overall good design.
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