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

Joseph Cobbinah Ofori

@joecobbAccra, Ghana60 points

I'm an experienced software developer with a rekindle passion for UI design and want to get better.

Latest solutions

  • Product Preview Card Component with Vanilla CSS


    Joseph Cobbinah Ofori•60
    Submitted almost 3 years ago

    2 comments
  • utilized bootstrap flex, bootstrap responsive margins and paddings

    #bootstrap

    Joseph Cobbinah Ofori•60
    Submitted almost 3 years ago

    0 comments

Latest comments

  • nikhil149•50
    @nikhil149
    Submitted almost 3 years ago

    Product preview page using html and css

    #react#react-native#react-router#tailwind-css#styled-components
    2
    Joseph Cobbinah Ofori•60
    @joecobb
    Posted almost 3 years ago

    @nikhil149 That's a great first attempt! I just want to make few suggestions which will make your solution even better.

    1. You can add the following css to your to properly center your product-container. It will place the product-container right in the middle of the body.

    body{ justify-content: center; height: 100vh; }

    1. Usually all fonts and colors, et cetera used in the design are all in the style-guide.md file. If you view the file, you will realize that two fonts are used.
    • Family: Montserrat

    • Weights: 500, 700

    • Family: Fraunces

    • Weights: 700

    All the fonts can be found at fonts.google.com. For convenience sake I will put a link here which you include in the head of you document. It has all the two fonts.

    <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Montserrat:ital,wght@0,500;1,700&display=swap" rel="stylesheet">

    Use font-family: 'Fraunces', serif; for the bold title as well as the price. and Montserrat for all others.

    Marked as helpful
  • alfiekadalfie•50
    @alfiekadalfie
    Submitted almost 3 years ago

    QR Code Component using Flexbox

    2
    Joseph Cobbinah Ofori•60
    @joecobb
    Posted almost 3 years ago

    Hello Alfiekadalfie, Hope you are good. You need to apply the following css to your parent div.

    <div class="flex-container"> <div id="the-content"> </div> </div>

    .flex-container{ display: flex; height: 100vh; justify-content: center; align-items: center; }

    Marked as helpful
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

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