ui-practice

Frontend Mentor - Sunnyside agency landing page solution

This is a solution to the Sunnyside agency landing page challenge on Frontend Mentor.

Table of contents

Overview

Screenshot

My process

Built with

What I learned

background image will be centered even in mobile form.

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

Author