This is a solution to the Social proof section challenge on Frontend Mentor.
Users should be able to:
- View the optimal layout for the section depending on their device's screen size
- Live Site URL: Social proof section
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
-
CSS Positioning
#text, .rating, .comment { position: absolute; }
-
CSS Flexbox
- A Complete Guide to Flexbox | CSS-Tricks - This helped me for applying css flexbox layout.
- Pratyush Dehury
- Frontend Mentor - @pratyushd0308