This is a solution to the Loopstudios 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: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- SCSS
- Javascript
I learnt a lot on CSS Grid: on how to place sections on each other accordingly
To see how you can add code snippets, see below:
<h1>Some HTML code I'm proud of</h1>.proud-of-this-css {
color: papayawhip;
}const proudOfThisFunc = () => {
console.log('🎉')
}I want to dedicate more time learning and practising CSS Grid, solving complex layouts with CSS Grid and making use of Media Queries efficiently.
- [Kevin Powell CSS Grid Tutorial] - This helped me for the Grid Section. I really liked this pattern and will use it going forward.
- Website - Daniel Okafor
- Frontend Mentor - @Buch-dev
- Twitter - @bucheed
