Skip to content

MrSkyner/Stats-Preview-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Stats preview card component solution

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

Links

My process

Built with

  • CSS custom properties
  • VS Code

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

    @media only screen and (max-width: 900px) {
        .container {
            margin: auto;
            width: 40%;
            padding-top: 100px;
            }
        }

Continued development

I want to continue focusing working with css's media, and making better and better coding, learning much more.

Useful resources

Author