/frontend-mentor-blogr-lading-page

⭕ Frontend Mentor challenge on a landing page. @frontendmentor

Primary LanguageCSS

Frontend Mentor - Blogr landing page solution

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.

Table of contents

Overview

The challenge

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • BEM methodology
  • ITCSS architecture
  • Vanilla JavaScript (ES6)

What I learned

window.requestAnimationFrame(() => {
	//inform the browser that you want to make an animation.
});

Continued development

I want to improve the animation of icons and illustrations, scroll page animations, adaptation to all available screens...

Useful resources

  • requestAnimationFrame - Thanks to this you can use transitions even if you play with display property of css from js.

Author