Skip to content

My solution to Frontend Master's Blog Preview Card Challenge

Notifications You must be signed in to change notification settings

Xico26/fm-blog-preview-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Blog preview card solution

This is a solution to the Blog preview card challenge on Frontend Mentor.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Media Queries

What I learned/practiced

  • CSS Media Queries
@media (max-width: 768px) {
    .wrapper {
        --w: calc(325px - 3rem);
        width: var(--w);
        height: calc(500px - 3rem);
    }
    .head-img {
        width: 279px;
    }
}
  • Shadows

Useful resources

Author

About

My solution to Frontend Master's Blog Preview Card Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published