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

Moses

@mtenkorang130 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 project landing page


    Moses•130
    Submitted over 2 years ago

    0 comments
  • Responsive 3-card component

    #sass/scss

    Moses•130
    Submitted over 2 years ago

    0 comments
  • scss stats preview card

    #sass/scss

    Moses•130
    Submitted over 2 years ago

    2 comments
  • Order Summary Card with HTML and CSS Flex

    #sass/scss

    Moses•130
    Submitted about 3 years ago

    2 comments
  • html, css grid, sass, live sass compiler

    #sass/scss

    Moses•130
    Submitted about 3 years ago

    0 comments
  • NFT Card Preview HTML and CSS

    #sass/scss

    Moses•130
    Submitted about 3 years ago

    1 comment

Latest comments

  • chandan keshari•370
    @chandan9369
    Submitted over 2 years ago

    Stats Preview Card Using Pure CSS

    1
    Moses•130
    @mtenkorang
    Posted over 2 years ago

    Congratulations and here are a few ways to improve your code. The third accessibility warning has to do with semantic html tags. This is a link to an article on w3schools.

    • Instead of using <div class="container">, opt for <main class="container">
    • Instead of
    <div class="card-text">
    Discover the benefits of data analytics ...
     </div>
    

    opt for

    <div class="card-text">
     <p>
    Discover the benefits of data analytics ...
    </p>
    </div>
    
    • Instead of using <div class='attribution'>, opt for <footer class="attribution">

    I hope this helps and happy coding .🙂👨‍💻

  • Abdulhalık İşcan•60
    @iscanabdulhalik
    Submitted over 2 years ago

    Stats preview card component

    #tailwind-css
    1
    Moses•130
    @mtenkorang
    Posted over 2 years ago

    Congrats on attempting this challenge. Here are a few ways to improve your solution;

    1. Instead of putting text in a div tag only try to use semantic tags like headings and paragraphs in this solution. Visit this link to read more about it on w3schools.

    2. Also, you can add the tailwind classes for the styling below,

    {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    

    to the parent element of the following

    <div>
    <p>10k</p>
    <p>Companies</p>
    .
    .
    .
    <p>Queries</p>
    </div>
    

    to make them look close to the design for mobile.

    All the best and Happy Coding .👨‍💻🙂

    Marked as helpful
  • Alex Brudasca•380
    @alexbrudasca
    Submitted over 2 years ago

    3-column preview card component

    1
    Moses•130
    @mtenkorang
    Posted over 2 years ago
    1. You can put the class="attribution" in a <footer> tag to pass the accessibility report warning.
    2. I will recommend you use rem or px(pixel) values for setting the border-radius of your buttons. I played with it in developer mode and found that the values below were suitable
    .btn{
        border-radius: 35px;
    }
    

    or

    .btn{
        border-radius: 2.5rem;
    }
    

    I hope this helps. Happy Coding 😁👨‍💻

    Marked as helpful
  • Maxwell Takyi•250
    @damagermax
    Submitted over 2 years ago

    Responsive Stats preview card component using css flexbox and grid

    1
    Moses•130
    @mtenkorang
    Posted over 2 years ago

    This challenges requires the use of two images 🎑 for different breakpoints. The Picture Element should help with that.

    <picture>
      <source media="(min-width: 650px)" srcset="img_food.jpg">
      <source media="(min-width: 465px)" srcset="img_car.jpg">
      <img src="img_girl.jpg">
    </picture>
    

    Link to w3schools page about <picture> element

    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

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