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.