/Social-proof-section-solution

This project will test your layout skills. If you're starting to get confident with Flexbox or Grid, this will provide a nice challenge!

Primary LanguageHTML

Frontend Mentor - Social proof section solution

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.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements

Screenshot

Links

My process

Built with

  • HTML
  • SCSS
  • Responsive

What I learned

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;
      }

Continued development

For future projects I need to focus on using more advanced CSS to create effects.

Useful resources

Author