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
- Solution URL: FrontendMentor.io
- Live Site URL: Live Site
- Semantic HTML5 markup
- Sass variables
- Sass mixins
- Flexbox
- CSS Grid
- Desktop-first workflow
I applied espacialy what I have learned in CSS grid, including auto-fit, minmax() function for responsive grid design.
I want to do two more things in this project.
- Scaling the images when screen get smaller.
- And changing the color of the svg images without using the site below: https://codepen.io/sosuke/pen/Pjoqqp
- To learn about grid - This kind of sites are great when you are trying to learn and check what you trying to remember about a topic. This site is all about learning grid.
- Frontend Mentor - @yumelih