This is a solution to the Social proof section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the section depending on their device's screen size
- Solution URL: https://www.frontendmentor.io/solutions/social-proof-section-using-flexbox-if1KNgi4j
- Live Site URL: https://nakoyawilson.github.io/social-proof-section/
- HTML
- CSS
- Flexbox
During this project I learned that CSS allows you to add multiple background images for an element.
.example {
background-image: url(first_url), url(second_url);
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
}
- CSS Multiple Backgrounds - This helped me with using multiple background images.
- Website - Nakoya Wilson
- Frontend Mentor - @nakoyawilson
- Twitter - @nakoyawilson
- LinkedIn - @nakoyawilson