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.

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

Desktop

Mobile

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid

What I learned

  • How to work with svg's
  • How to add social media icons/links
  • Strengthened my grip on CSS Grid and CSS Flexbox.

Continued development

Will be using Tailwind CSS to remake this project so that there are less classes.

Useful resources

https://www.w3schools.com/ https://www.shecodes.io/athena/57595-how-to-change-svg-color-with-css https://getcssscan.com/css-box-shadow-examples

  • W3Schools - Best place to revise the concepts and get the syntax.
  • SVG Color - This article helped me in working with SVG's.
  • Box Shadows - This helped me to select box-shadow. It is a great website!

Author