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.
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
- Solution URL: Click here
- Live Site URL: Click here
- Semantic HTML5 markup
- SCSS/SASS
- Flexbox
I learned a lot about responsive design and how to use flexbox to achieve that. I also learned how to use the SCSS/SASS syntax to style the page. Also learned a lot about background-size, background-position, and background-repeat.
&:hover {
color: darken($secondary-color, 15%);
border-color: darken($secondary-color, 15%);
}
- Font Awesome icon - This is a great icon library.
- Frontend Mentor - @subhajitroycode
- Twitter - @subhajitroycode
- LinkedIn - @subhajitroycode