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

Bibiwei Pere

@Bibiwei-PereBayelsa, Nigeria490 points

Hi, I'm Pere. Let's connect on Twitter and share experience! Checkout my GitHub profile for my recent projects.

Latest solutions

  • Sunnyside agency landing page built with CSS and JavaScript


    Bibiwei Pere•490
    Submitted about 2 years ago

    1 comment
  • Loopstudios landing page solution


    Bibiwei Pere•490
    Submitted about 2 years ago

    0 comments
  • Blogr landing page solution


    Bibiwei Pere•490
    Submitted about 2 years ago

    0 comments
  • Crowdfunding product page solution


    Bibiwei Pere•490
    Submitted about 2 years ago

    0 comments
  • Time tracking app created with CSS and JavaScript


    Bibiwei Pere•490
    Submitted about 2 years ago

    0 comments
  • FAQ accordion card created with CSS and Javascript


    Bibiwei Pere•490
    Submitted about 2 years ago

    0 comments
View more solutions

Latest comments

  • Surya•90
    @Surya8991
    Submitted almost 2 years ago

    Intro component with sign-up form using HTML,CSS and JS

    1
    Bibiwei Pere•490
    @Bibiwei-Pere
    Posted almost 2 years ago

    Hi, trust you day is going well and Congratulations on completing this challenge.

    I noticed your design is not responsive on different screen sizes. The reason it's because you did not use media queries. Your gave your main a width of 1200px, it'll display perfectly on laptop because the size or resolution is greater than 1200px. So, what of devices like mobile phones whose screen sizes are lesser than 1200px?

    Therefore to make it responsive you add Media queries and any CSS added within this media queries will only reflect in the screen sizes specified. For example

    @media (max-width: 890px){
       main{
          max-width: 500px;
          width: 100%;
          flex-direction: column;
          }
        
         h1{
          color: blue
          }
        
        .form{
          max-width: 350px;
          width: 100%;
          }
         
          *And so on*
    
    }
    

    All the changes made above will only appear on device lesser than 890px in size or resolution.

    Overall, you did a great job 👍

    Hope you find this helpful

    Marked as helpful
  • Benjamin-odekina•60
    @Benjamin-odekina
    Submitted almost 2 years ago

    Result Summary Blast code

    2
    Bibiwei Pere•490
    @Bibiwei-Pere
    Posted almost 2 years ago

    Hi

    Congratulations on completing this challenge

    You did great but I noticed that the desktop version of your challenge is not properly centered. To fix this create a CSS for your body tag in your style.css and add the following.

    body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    }
    

    Overall, you did a great job 👍

    Hope you find this helpful

    Marked as helpful
  • Surya•90
    @Surya8991
    Submitted almost 2 years ago

    Product preview card component using Html & CSS

    #styled-components
    2
    Bibiwei Pere•490
    @Bibiwei-Pere
    Posted almost 2 years ago

    Okay bro, I'm glad I could help. Please let's connect on GitHub and twitter. I'm following you already.

  • Surya•90
    @Surya8991
    Submitted almost 2 years ago

    Product preview card component using Html & CSS

    #styled-components
    2
    Bibiwei Pere•490
    @Bibiwei-Pere
    Posted almost 2 years ago

    Hi

    Congratulations on completing this challenge

    You did great but I noticed the desktop and mobile version of your challenge is not properly centered. To fix this add the following CSS to your body

    body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    }
    

    Overall, you did a great job 👍

    Hope you find this helpful

    Marked as helpful
  • Mrintoxx•50
    @mrintoxx
    Submitted about 2 years ago

    Try to be responsive using display flex

    1
    Bibiwei Pere•490
    @Bibiwei-Pere
    Posted about 2 years ago

    Hi

    Congratulations on completing this challenge

    Firstly, use min-height instead of height. Using height makes your solution not scrollable on smaller screens. Also the appropriate background color for the body tag is given below

    .body {
    min-height: 100vh;
    background-color: hsl(212, 45%, 89%);
    }
    

    Lastly, remove box-shadow from .tile because it's not necessary for this challenge

    Overall, you did a great job 👍

    Hope you find this helpful

  • Muhammad Muzzammil•350
    @mk-muzzammil
    Submitted about 2 years ago

    Responsive QR Code Page using CSS flexBox

    1
    Bibiwei Pere•490
    @Bibiwei-Pere
    Posted about 2 years ago

    Hi

    Congratulations on completing this challenge

    Firstly, use min-height instead of height. Using height makes your solution not scrollable in smaller screens.

    .mainBodyContainer {
    min-height: 100vh;
    }
    

    Also, to stop the container from overflowing. Add d following line of CSS

    .QRcodecontainer {
    max-width: 280px;
    width: 95%;
    }
    

    Check this Solution for more info

    Overall, you did a great job 👍

    Hope you find this helpful

    Marked as helpful
View more comments

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

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

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

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

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

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

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