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

Vikash Maurya

@VikashMaurya10Lucknow310 points

Currently working Codeburnerz Technologies, New Delhi as Software Developer

Latest solutions

  • fylo-dark-theme-landing-page-master (react js , scss, vite)

    #accessibility#react#sass/scss#vite

    Vikash Maurya•310
    Submitted about 2 years ago

    0 comments
  • huddle-landing-page-with-alternating-feature-blocks (#ReactJs , #Vite)

    #react#sass/scss#vite

    Vikash Maurya•310
    Submitted about 2 years ago

    0 comments
  • time-tracking-dashboard-main(scss, React Js + Vite)

    #react#sass/scss#vite#accessibility

    Vikash Maurya•310
    Submitted about 2 years ago

    0 comments
  • expenses-chart-component-main (#Jquery, #SCSS)

    #accessibility#sass/scss#jquery

    Vikash Maurya•310
    Submitted about 2 years ago

    0 comments
  • testimonials-grid-section-main

    #sass/scss#accessibility

    Vikash Maurya•310
    Submitted about 2 years ago

    0 comments
  • news-homepage-main

    #accessibility#sass/scss#jquery

    Vikash Maurya•310
    Submitted about 2 years ago

    0 comments
View more solutions

Latest comments

  • Vicky Verma•180
    @code-nick
    Submitted about 2 years ago

    3-column preview card componen

    1
    Vikash Maurya•310
    @VikashMaurya10
    Posted about 2 years ago

    Hey 👋, you did a good job🎊. But there is a problem in mobile view, To solve :

    • Increase width of all card according to design.
    • Add correct border properties:
    .Luxury {
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
    }
    
    • I'm noticed hover on button of each card increased height of that card to solve it set border and its color is adjacent of card background. On button hover change background: transparent; :
        background-color: $Very-light-gray;
        padding: 1.1875rem 2rem;
        margin-top: 1.875rem; // 30px;
        border: 2px solid $Very-light-gray;
        outline: none;
        font-weight: 400;
        border-radius: 30px;
        cursor: pointer;
        font-size: 0.8rem;
        transition: background 0.1s ease-in;
    
        &:hover {
            background: transparent;
            color: $Very-light-gray !important;
        }
    }
    
    • To understand better go to my solution maybe you can find it useful click here 🌐.
  • Vicky Verma•180
    @code-nick
    Submitted about 2 years ago

    NFT preview card component

    2
    Vikash Maurya•310
    @VikashMaurya10
    Posted about 2 years ago

    @code-nick, you did good job🎊. I want to draw your attention to some point:

    • Add transition property to make more smooth loading some other css.
    • Do't fix width create design, if you want to fix, use max-width or min-width.i.e
    card {
        background-color: hsl(217, 54%, 11%);
        box-shadow: 0px 0px 8px 10px rgba(0, 0, 0, 0.2);
        max-width: 350px;
        border-radius: 1rem;
    }
    
    • To make more accessible website follow this scenario:
    <html>
    <head></head>
    <body>
        <header></header>
        <main></main>
        <footer></footer>
    </body>
    </html>
    

    I hope you find helpful. To get more help please checkout my solution click here 🌐

    Marked as helpful
  • Vishal Maurya•500
    @VishalMauryastp
    Submitted about 2 years ago

    single-price-grid-component-master

    #sass/scss#accessibility
    1
    Vikash Maurya•310
    @VikashMaurya10
    Posted about 2 years ago

    Hey , you did a good job 👌. But add cursor: pointer; property into css.

    button{
            cursor: pointer;
    }
    
    • To more understanding take a look on my solution click here 🌐.
    Marked as helpful
  • Andreas Ziegler•30
    @Andreas-Ziegler22
    Submitted over 2 years ago

    Responsive 3 column preview card component

    2
    Vikash Maurya•310
    @VikashMaurya10
    Posted over 2 years ago

    Hello there 👋. You did a good job!

    • Hover on Button there is border so height and width increased of whole card. This is not well, you can do this
        background-color: $Very-light-gray;
        padding: 1.1875rem 2rem;
        margin-top: 1.875rem; // 30px;
        border: 2px solid $Very-light-gray;
        outline: none;
        font-weight: 400;
        border-radius: 30px;
        cursor: pointer;
        font-size: 0.8rem;
        transition: background 0.1s ease-in;
    
        &:hover {
            background: transparent;
            color: $Very-light-gray !important;
        }
    }
    
    • To understand better go to my solution maybe you can find it useful click here. I hope you find this helpful.
  • Ayush namdev•120
    @ayushprojects
    Submitted over 2 years ago

    Hello everyone successfully completed four-card-feature-component.

    1
    Vikash Maurya•310
    @VikashMaurya10
    Posted over 2 years ago

    Hello there 👋. You did a good job!

    • Your code is good for desktop view but it's can't good for mobile view.
    • For design mobile view add CSS Media Queries.
    • Image alt text is used to describe your image textually so that search engines and screen readers can understand what that image is.
    • To understand better go to my solution maybe you can find it useful click here. I hope you find this helpful.
  • Sontory22•40
    @Sontory22
    Submitted over 2 years ago

    3 column preview card component

    2
    Vikash Maurya•310
    @VikashMaurya10
    Posted over 2 years ago

    Hello there 👋. You did a good job!

    • Your code is good for desktop view but it's can't good for mobile view.
    • For design mobile view add CSS Media Queries.
    • You should not skip alt="" tag.
    • To understand better go to my solution maybe you can find it useful click here
    • I hope you find this 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

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