loganwoolf / FM-Huddle-landing-page

Frontend Mentor - Huddle landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Huddle landing page with single introductory section solution

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

  • Nothing particularly new here, but was able to use the background property to get the image placed and taking up the entire space nicely.
  • Nice to use percentages when adjusting fonts, this should strike a nice balance of allowing the user to maintain their preferences, and achieve the goals of the layout
  • Mobile-first workflow is much easier to work with, usually only a few adjustments are needed to get a good desktop layout after changing the flex direction or adding grid columns.

Continued development

  • CSS Grid is still feeling somewhat unpredictable, but it is very useful for responsive layouts.

Author

About

Frontend Mentor - Huddle landing page


Languages

Language:CSS 59.1%Language:HTML 40.9%