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

Jonah Ssegawa

@devjhex240 points

A Full Stack Engineer who is passionate about tech and loves open source. In my free time I'm bash scripting.

I’m currently learning...

Currently building projects so as to get better.

Latest solutions

  • Tailwind CSS order summary Component

    #tailwind-css

    Jonah Ssegawa•240
    Submitted about 2 years ago

    0 comments
  • Tailwind CSS interactive Rating component

    #tailwind-css

    Jonah Ssegawa•240
    Submitted about 2 years ago

    0 comments
  • Tailwind CSS product preview component

    #tailwind-css

    Jonah Ssegawa•240
    Submitted about 2 years ago

    0 comments
  • Responsive Newsletter-sign-up-form

    #sass/scss

    Jonah Ssegawa•240
    Submitted about 2 years ago

    1 comment
  • Responsive huddle landing page

    #tailwind-css

    Jonah Ssegawa•240
    Submitted about 2 years ago

    0 comments
  • Responsive results summary component

    #bem#sass/scss

    Jonah Ssegawa•240
    Submitted about 2 years ago

    0 comments
View more solutions

Latest comments

  • Eduardo Tejeda•20
    @eduardotejeda
    Submitted almost 2 years ago

    Results summary component

    #fetch
    1
    Jonah Ssegawa•240
    @devjhex
    Posted almost 2 years ago

    Great work @eduardotejeda, congrats on completing your challenge. And without doubt an answer to your question. I built this project twice. First with HTML and CSS and second with Tailwind CSS and to be honest with plain CSS, it was a pain for me especially when dealing with the gradients of the results circle in the component yet I was still looking for perfection. But it's so great that you managed to complete it. Happy coding 👌👌

  • Judge Mongcal•110
    @judgemongcal
    Submitted about 2 years ago

    NFT Preview Card Component with Plain CSS

    2
    Jonah Ssegawa•240
    @devjhex
    Posted about 2 years ago

    @judgemongcal Congratulations on completing this challenge, it really shows that you put a lot of effort into it, keep it up and keep on practicing. On the side of suggestions though I just wanted to talk about the position of the component itself which could be centered more like the design by adding the following lines to your body styles.

    body{
    padding: 0;
    font-family: 'Outfit', sans-serif;
    background-color: #0D192C;
    /*Add the following lines to your code*/
    displaty:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    height:100vh;
    }
    

    Otherwise to be honest, You really did a great job. Happy coding👌👌👌

  • Wallison Viana Pereira•80
    @7Wall
    Submitted about 2 years ago

    Qr code component

    2
    Jonah Ssegawa•240
    @devjhex
    Posted about 2 years ago

    Hello @7Wall you've really done an excellent job on this challenge it really show that you push in a lot of effort into it, Great work. As a suggestion, in your HTML instead of using a div for the container class it is recommended to use more accessible elements like the article element which will be so helpful for accessibility most especially screen readers to understand how your code is structured, other than that you have really done it well. Happy coding!!

    Marked as helpful
  • Edmiro Cacoma•230
    @Edmiro-Cacoma
    Submitted about 2 years ago

    stats-preview-card-component-main

    #sass/scss
    2
    Jonah Ssegawa•240
    @devjhex
    Posted about 2 years ago

    @Edmiro-Cacoma This is a well-built solution, you really put in the effort to make it excellent, Keep it up. I just hoped that this would also be helpful. To center the preview card vertically also.

    body {
      display: flex;
      align-items: center;
      font-family: "Inter", sans-serif;
      flex-direction: column;
      min-height: 100vh;
      background-color: var(--main-bg);
      justify-content: center;  /*Add this to the body styles of the preview card*/
    }
    

    Otherwise, you really did an excellent job on this solution. Hope this is helpful to you. Happy coding!

    Marked as helpful
  • Aisha Mohammed•30
    @Scazee
    Submitted about 2 years ago

    QR code component

    2
    Jonah Ssegawa•240
    @devjhex
    Posted about 2 years ago

    Hello @Scazee, you have done a really great job with this solution. Thanks for putting in the effort until it's completed. Hope these suggestions will help in your solutions too! In your code, I think it's better to use tags that are more accessible like <section> and <article> which increases its availability to your audience.

         <section class="flex-container"> instead of <div class="flex-container">   
         <article class="qr-container"> instead of <div class="qr-container">
    

    This makes it accessible to screen readers hence so that they know what the elements mean Hope this helps, otherwise Great solution and Keep it up!

  • Algka•200
    @Algka
    Submitted about 2 years ago

    nft-preview-card-component-main

    3
    Jonah Ssegawa•240
    @devjhex
    Posted about 2 years ago

    @Algka You have done a very great job on this component, It shows that you put in a lot of effort completing it, Well done. I hope this suggestion would help in the positioning of the component in the center of the page.

    body{
         background-color: var(--Very-dark-blue1);
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         height: 100vh;
    }
    

    Otherwise, you have done an excellent job. Keep up with the code!!

View more comments
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