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.
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
- HTML
- CSS
- Column Layout - This helped me create a responsive four-column layout grid. The same principle can be applied to different grid layouts.
- Responsive Flexbox - This is perfect for people who want to understand CSS Flexbox.
