Social proof section

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.

Overview

The challenge

Users should be able to:

  • View the optimal layout for the section depending on their device's screen size ✔

Screenshot

social-proof-section anteprima social-proof-section anteprima

Links

My process

Built with

  • HTML5
  • CSS

What I learned

Di solito usavo:

.container-review span:nth-child()

In questo esercizio ho usato per la prima volta:

.container-review span:first-child

Continued development

  • Rendere responsive il layout non utilizzando più misure fisse
  • Aggiungere una media query per tablet
  • Aggiungere media query landscape per smartphone

Author