Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
9
Comments
10
Bright Adigwe
@Femi-Bright

All comments

  • Hafeez Abdallah•90
    @elfreeze
    Submitted almost 3 years ago

    NFT Preview Card Component

    4
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    To fix your accessibility issues, try to always wrap your whole content in a <main></main> or when you use a div, try to add a main role

    <body>
      <div role="main">
        ...
      </div>
    </body>
    
    Marked as helpful
  • Lavishq•10
    @Lavishq
    Submitted almost 3 years ago

    Practicing CSS using Flexbox

    1
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Hi! Lavishq, try to always precede your relative paths with ./ when you use only / it would work locally but might not work when hosted online

    Use this instead

    #perfume-img {
        background: url(./images/image-product-desktop.jpg);
    
    
  • mandresy andri•90
    @mandresyandri
    Submitted almost 3 years ago

    Trying to solve the "QR code component" challenge

    2
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Hi! mandresy, Nice attempt. I also deal with the sizing issues, finding the perfect sizing takes much of my time. I should also add this, try to fix the accessibility and HTML issues (you can do that in the View Report section)

    You can adopt using css variables so you don't have to keep repeating those color values. As regards what to learn next. Provided you have a sound knowledge of javascript, you can try React but make more personal research too,

    Marked as helpful
  • Justin•10
    @dic-key
    Submitted almost 3 years ago

    Product Preview Card

    1
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Hi Justin! NIce Attempt. Try to fix the Accessibility issues (You can do this in the View Report section). I noticed the web page is overflowing on my laptop thereby adding an horizontal scrollbar

    i want to suggest you remove the width, it should still work fine.

    .container {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: hsl(30, 38%, 92%);
        /* width: 100vw; */
        height: 100vh;
    }
    
    Marked as helpful
  • Lee Fentress•30
    @lee-fentress
    Submitted almost 3 years ago

    HTML Table

    2
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Hi Len! I think you provided a wrong URL as your live URL

  • Martincillo94•90
    @Martincillo94
    Submitted almost 3 years ago

    QR-Card-Component

    #accessibility#sass/scss
    1
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Este es un muy buen intento MARTINCILLO. Incluso usaste el elemento figura, acabo de aprender esa idea ahora. Bonito👏. Espero que Google haya hecho un buen trabajo traduciendo esto.

  • Oluwakemi Omoyeni•300
    @Captressketh001
    Submitted almost 3 years ago

    E-commerce product page with VueJs

    #vue#vuex
    1
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Hi! Oluwakemi! Nice Attempts 👏. As regards the sidebar issue. I will suggest you add z-index to the sidebar to place it above the buttons

    .wrapper .sidebar {
        z-index: 50;
    }
    
    

    I also noticed that the nav bounces whenever I hovered over a Link. You could correct that by this trick

    header ul li.menus {
        border-bottom: 5px solid transparent;
    }
    
    header ul li.menus:hover {
        border-bottom-color: (255, 125, 26);
    }
    

    the bottom borders will always be there, so its not like they will be adding to the height of the nav each time you hover. I hope you find this helpful

    Marked as helpful
  • Wesley•330
    @wesleyjacoby
    Submitted almost 3 years ago

    A QR Code Component using HTML, CSS and Flexbox

    3
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Hi Wesley, Lucas has already given a comprehensive explanation on max-width/min-width. Let me just add this.

    img {width: 500px;} You are telling the browser that "Hey! come rain, come sunshine, I always want this image to always be 500px even if the viewport width is 320px IDC"

    img {max-width: 500px;} You are telling the browser that "Hey! if there's enough space to make this image 500px fine! else feel free to scale it down as the viewport decreases. I just want it to have a maximum width of 500px"

    img {min-width: 500px;} You are telling the browser that "This should be the minimum width for this image at any viewport but feel free to scale it up if need arises"

    Nice, attempt btw

    Marked as helpful
  • Tim•300
    @timmld
    Submitted almost 3 years ago

    QR Code Component

    1
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    This is very good but remember to fix your accessibility issue. I'd suggest you add a role="main" attribute to your card div

  • Bright Adigwe•190
    @Femi-Bright
    Submitted almost 3 years ago

    Qr Code Component

    1
    Bright Adigwe•190
    @Femi-Bright
    Posted almost 3 years ago

    Your feedbacks are needed and will be appreciated 👌

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

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