This is a solution to the Fylo dark theme landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
This is my solution to the second task given during the SIDEHUSTLE NG internship through FrontEnd Mentor. Quite exhausting...>--<
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
- Live Site URL: DEMO
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
<h1>Some HTML code I'm proud of</h1>
.proud-of-this-css {
color: papayawhip;
}
const proudOfThisFunc = () => {
console.log('🎉')
}
- Font-Awesome - This helped me with the beautiful icons
- Github - @CHADO-CODEINNS
- Frontend Mentor - @CHADO-CODEINNS
- Twitter - @chado-codeinn
I would to thank SideHustle for giving such a huge task for beginner like me. It made to learn and research more.