Skip to content

amallen1/sunnyside-landing-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Sunnyside agency landing page solution

Design preview for the Sunnyside agency landing page coding challenge

Welcome! 👋

This is a solution to the Sunnyside agency landing page 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 for the site depending on their device's screen size
  • See hover states for all interactive elements on the page

Screenshot

Mobile (375px) Desktop (1440px)
Mobile Desktop

Links

My process

Built with

  • Semantic HTML5 markup
  • SCSS
  • Mobile-first workflow

What I learned

I learned new properties of flexbox such as flex-basis which helped me to make the images and text sections equal. I also learned how to do transitions such as the ones that appear when you hover over the desktop links. I'm also training my eye to look for fine details by constantly revising the code until the my version of the code (padding, margin, font-size, etc) looks very similar to the original design's without using the project's design files.

Useful resources

  • CSS Tricks - This is always a website I depend on when I need to refresh on flexbox concepts.

Author