Design comparison
Solution retrospective
What I'm most proud of is how I learned more about using grids within a project, I will definitely use them more
What challenges did you encounter, and how did you overcome them?The biggest challenge I encountered was how to let the page adapt to different screen sizes, I knew what it would look like on a cell phone and what it would look like on a desktop, but I needed to use my creativity to create a middle ground between these two things.
What specific areas of your project would you like help with?I believe that what I want to learn most would be how to use the grid even more
Community feedback
- @gayathri-v1Posted 5 months ago
Hey there, For the quotation image in section-1, you can use background image property. I have used as below in css code, and I did not use"img" in html. background-image: url(/images/bg-pattern-quotation.svg); background-repeat: no-repeat; background-position: 80% 0%;
This is the only missing I have found in your solution. Overall its good. Keep coding!
Marked as helpful1
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