thebraudalf / Blog_Preview_Card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Blog preview card solution

This is a solution to the Blog preview card 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:

  • See hover and focus states for all interactive elements on the page

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

Always make responsive webpages in other css file. And Use of media query.

code snippets, see below:

@media screen and (max-width: 1440px){

    main{
        margin-top: 300px;
      }  
}

Useful resources

  • FlexBox - This helps make your element in center, and giving space-between, etc.
  • Media Query - This helps to make your websites responsive.

Author

About


Languages

Language:CSS 72.4%Language:HTML 27.6%