This is a solution to the Blogr 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: Github URL here
- Live Site URL: Live Site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- BEM methodology
- ITCSS architecture
- Vanilla JavaScript (ES6)
window.requestAnimationFrame(() => {
//inform the browser that you want to make an animation.
});
I want to improve the animation of icons and illustrations, scroll page animations, adaptation to all available screens...
- requestAnimationFrame - Thanks to this you can use transitions even if you play with display property of css from js.
- Instagram - @atorres.designs
- Frontend Mentor - @atorres-io
- Github - /atorres-io
- Codepen - /atorres-designs
- LinkedIn - /atorresalcala