Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
1
Comments
1

NaN-DOM Alfred

@domkoderjos20 points

My name is NaN-DOM Alfred from Nigerian.I love coding in fact code is my bea..

I’m currently learning...

javascript

Latest solutions

  • A did a mobile first design, used flex-box for the layouts.


    NaN-DOM Alfred•20
    Submitted over 5 years ago

    2 comments

Latest comments

  • Justin Michael Ramirez•110
    @justinMR
    Submitted over 5 years ago

    mobile first single price grid component v1

    1
    NaN-DOM Alfred•20
    @domkoder
    Posted over 5 years ago

    I viewed your solution everything is good and fine but when I tried viewing it on iPhone-6, Galaxy-S5 and iPad-pro screens it doesn't look good. check your media query. Use the media query below to make your work more responsive.

    /* Smartphones */
    @media only screen and (max-width: 500px) {
      body {
        background: red;
      }
    }
    
    /* Tablet */
    @media(min-width: 501px) and (max-width: 768px) {
      body {
        background: blue;
      }
    }
    
    /* Normal */
    @media(min-width: 769px) and (max-width: 1200px) {
      body {
        background: green;
      }
    }
    
    /* Widescreen */
    @media(min-width: 1201px) {
      body {
        background: black;
      }
    }
    
    /* Landscape */
    @media(max-height: 500px) {
      body {
        background: orange;
      }     
    }
    
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Beta Member

This badge is a shoutout to the early members of our community. They've been around since the early days, putting up with (and reporting!) bugs and adjusting to big UX overhauls!

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub