Submitted over 1 year agoA solution to the Testimonials grid section challenge
Testimonials grid section - HTML, SCSS, RWD, grid layout
sass/scss
P
@webdevbynight

Solution retrospective
What are you most proud of, and what would you do differently next time?
I used microdata to enhance semantics.
What challenges did you encounter, and how did you overcome them?Concerning the background image on the first card, I wanted to use the background-position-x property to change the side-related value within the media query where the position of the background image changes, but Google Chrome 128 (and Blink-based browsers) does not support side-related values such as right 80px in such a property. So, I decided to use the background-position property, where Google Chrome supports it.
No particular help requested.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on webdevbynight's solution.
Join 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