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

Humphrey Yeboah

@hakylepremierGhana150 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Intro Section with Dropdown Navigation using PugJS and Scss

    #bem#sass/scss

    Humphrey Yeboah•150
    Submitted over 1 year ago

    0 comments
  • Room Homepage with PugJS and Scss

    #sass/scss#bem

    Humphrey Yeboah•150
    Submitted over 1 year ago

    0 comments
  • Interactive Rating Component with vanilla js

    #bem

    Humphrey Yeboah•150
    Submitted almost 2 years ago

    0 comments
  • Product preview card component using flexbox

    #bem

    Humphrey Yeboah•150
    Submitted almost 2 years ago

    0 comments
  • Article Preview Component with Flexbox

    #bem

    Humphrey Yeboah•150
    Submitted almost 2 years ago

    0 comments
  • Single price grid with Css grid and flexbox

    #bem

    Humphrey Yeboah•150
    Submitted almost 2 years ago

    1 comment
View more solutions

Latest comments

  • warrenbarney•70
    @warrenbarney
    Submitted almost 2 years ago

    product responsive

    1
    Humphrey Yeboah•150
    @hakylepremier
    Posted almost 2 years ago

    Okay so I think you found it difficult to do the responsive design because you used the same image for both desktop and mobile. There where two separate images so to achieve a responsive design you had to use a picture tag instead of the image tag you used.

    For example this:

    <img src="images/image-product-desktop.jpg" alt="">
    

    would replaced by this:

    <picture>
      <source media="(max-width:600px)" srcset="images/image-product-mobile.jpg"/>
      <img src="images/image-product-desktop.jpg" alt="" />
    </picture>
    

    You can find more information at this link.

    Hope this helps.

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