Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.82 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.82 KB

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 depending on their device's screen size

Screenshot preview

Alt

Links

My process

Built with

  • Semantic HTML5 markup
  • sass
  • Flex-box
  • CSS Grid
  • Mobile-first workflow
  • custom properties

Look below the things I was able to implemented:

  • For Responsive fluid Font calc(min-font-size + (max-font-size - min-font-size) * ((100vw - min-view-port) / (max-view-port - min-view-port)));
font-size: calc(15px + (20 - 15) * ((100vw - 375px) / (1440 - 375)));

Useful resources

  • CSS Grid Layout - This article helped me to reinforce ideas about css grid layout.

Author