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

Raymond Adutwum Agyei

@alosoftAccra, Ghana800 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

  • Responsive Chart Component with React, Flexbox and BEM

    #react#bem

    Raymond Adutwum Agyei•800
    Submitted about 3 years ago

    0 comments
  • Responsive Intro Section with Dropdown with CSS Flexbox and BEM

    #bem

    Raymond Adutwum Agyei•800
    Submitted over 3 years ago

    1 comment
  • Responsive Flyo Landing Page using CSS Flexbox

    #bem

    Raymond Adutwum Agyei•800
    Submitted over 3 years ago

    0 comments
  • Responsive Rating Component with CSS, Flexbox and BEM

    #bem

    Raymond Adutwum Agyei•800
    Submitted over 3 years ago

    0 comments
  • Responsive Advice Generator app with CSS, BEM, Flexbox

    #bem

    Raymond Adutwum Agyei•800
    Submitted over 3 years ago

    1 comment
  • Responsive Project Tracking Intro Component with Flexbox and BEM

    #bem

    Raymond Adutwum Agyei•800
    Submitted over 3 years ago

    0 comments
View more solutions

Latest comments

  • Marco Bareno•20
    @baremarco
    Submitted over 3 years ago

    Solution using css flexbox and Sass preprocessor

    #sass/scss
    3
    Raymond Adutwum Agyei•800
    @alosoft
    Posted over 3 years ago

    @baremarco You've done a greate job with the ui. Here is how you can make html semantic

    • Change the div with the showcase class to a main tag
    • Every html page should at least one h1 tag so change the paragraph to an h1 instead of h2
  • Adam M•550
    @AdamMzkr
    Submitted over 3 years ago

    FAQ HTML/CSS Flexbox & vanila JS

    1
    Raymond Adutwum Agyei•800
    @alosoft
    Posted over 3 years ago

    @AdamMzkr You missed the background image and also this image resources bg-mobile.svg cannot be found on the mobile view

    Marked as helpful
  • Antonio Hernandez Piña•40
    @TonyHdez-Pi
    Submitted over 3 years ago

    First time using grid. Single price grid compenent solution,

    1
    Raymond Adutwum Agyei•800
    @alosoft
    Posted over 3 years ago

    @TonyHdez-Pi You've done a nice job but there is still room for improvement

    • On mobile, remove the height of the main tag to make the content much scrollable
    main{
        height: unset
    }
    
    • Your box shadow too is not the best, try this
    article{
         0px 0px 0.5rem 0px #0000003b
    }
    
    • The border radius on the bottom of the card does not show, try
    article{
        overflow: hidden
    }
    

    Good luck!

    Marked as helpful
  • Joe DeSantis•10
    @JoeDeSantis1
    Submitted over 3 years ago

    Interactive Rating Challenge (HTML, CSS, JavaScript)

    1
    Raymond Adutwum Agyei•800
    @alosoft
    Posted over 3 years ago

    @JoeDeSantis1 There is a couple of things you need to do

    • You need to remove the border from the submit button
    button{
        border: none;
    }
    

    To fiix your Semantic HTML errors

    • change the root element from div to main tag
    • change the "how did we do" tag to H1
    • the heading tag need to be H2

    I also noticed that when no rating is selected the Thank You screen does not show the selected rating comment. I would be nice if a user is required to select at least one rating

    Nice work!

  • Clytax•120
    @Clytax
    Submitted over 3 years ago

    Responsive Rating Card

    #bem#next#react#sass/scss
    3
    Raymond Adutwum Agyei•800
    @alosoft
    Posted over 3 years ago

    @Clytax I don't use Sass so I cannot comment on your approach with the media query but I can help make your component responsive when zoomed in and out.

    You can start by removing the height and adding a gap to space the children elements out and also set a width in rem to make the rating element to adjust according to the screen size or zoom level

    .rating{
        width: 30rem;
        height: unset;
        gap: 2rem;
        margin: 1rem;
    }
    
    Marked as helpful
  • faizan•2,420
    @afaiz-space
    Submitted over 3 years ago

    social-proof-section-master

    2
    Raymond Adutwum Agyei•800
    @alosoft
    Posted over 3 years ago

    @afaiz-space I see you've already given the cards align-self property. The last thing you have to do is give the parent-child-two a much bigger height to make the cards align-self property to show

    .parent-child-two{
        height: 18rem;
    }
    

    Nice work!

    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