Skip to content

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.

Notifications You must be signed in to change notification settings

avatarfreak/frontmentor-blogr-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published