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: Add solution URL here
- Live Site URL: (https://codesandbox.io/s/huddle-landing-page-x41r7?file=/index.html&resolutionWidth=1440&resolutionHeight=1065)
- HTML5
- CSS custom properties
- CSS Grid
- Boxicons - For social media icon
I've learned on how to use custom properties in CSS
:root {
/* Custom Color */
--violet-bg-color: hsl(257, 40%, 49%);
--soft-magenta-bg-color: hsl(300, 69%, 71%);
}
There still a lot to learn on how to design a webpage using CSS.
- Frontend - @ckullo
Thank you to Raymond Sabur(https://codesandbox.io/u/raymondsabur1) solution, the solution giving me a boost of where to start.