I'm wondering if there is a more elegant solution to the offset positioning of the review and testimonial boxes? I offset them by first setting the position to relative for all boxes and then by selecting the appropriate :nth-child(). I then adjusted the bottom or left positioning. I'm sure there is a more elegant solution and if you know of one I would love to hear your feedback.
Shawn
@ShawwnscottAll comments
- @gchristoffersonSubmitted about 3 years ago@ShawwnscottPosted about 3 years ago
I added helper classes for mine.
for the reviews then added margins and used percentages so the sizing remained somewhat consistent with resizing.
for the testimonials I used the transform: translateY property and also used a different percentage for each.
https://brave-shockley-288b01.netlify.app/
Marked as helpful0 - @ShawwnscottSubmitted about 3 years ago
I wasn't able to make the background how it should be. Please help.