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

Krysia Sherburne

@klduplessBaton Rouge, LA120 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

  • Mobile-first e-learning landing page using CSS grid and Tailwind

    #tailwind-css

    Krysia Sherburne•120
    Submitted over 2 years ago

    0 comments
  • Responsive mobile-first grid using TailwindCSS

    #tailwind-css

    Krysia Sherburne•120
    Submitted over 2 years ago

    1 comment
  • Mobile-first profile card


    Krysia Sherburne•120
    Submitted over 2 years ago

    0 comments
  • NFT preview card using flexbox


    Krysia Sherburne•120
    Submitted over 2 years ago

    0 comments
  • Responsive product card with flexbox


    Krysia Sherburne•120
    Submitted over 2 years ago

    2 comments

Latest comments

  • Scott•50
    @Scott-321
    Submitted over 2 years ago

    profile-card-component-main

    1
    Krysia Sherburne•120
    @kldupless
    Posted over 2 years ago

    Wow, this looks great!

    To match the challenge design better, I would make a few tweaks.

    It looks like you are missing the drop shadow on the profile card. It's very subtle in the original design so it can be hard to tell!

    .card {
    ....
    box-shadow: [put offset, blur radius, and color here]
    }
    

    I also think the border-radius on the card needs to be a little bit bigger to match the design.

    Lastly, replace the h1 on the name & age, and h2 on the followers, likes, and photos numbers with a span or p element for proper semantic HTML - heading tags should be used for denoting structure, rather than resizing text. More on that here.

    Marked as helpful
  • Zosima•220
    @SantiagoPonce
    Submitted over 2 years ago

    Preview Card page using flexbox

    2
    Krysia Sherburne•120
    @kldupless
    Posted over 2 years ago

    You should add alt text to the cart icon to fix the accessibility error. E.g.:

    <img src="/images/cart.svg" alt="cart">

    Instead of setting individual widths on every child element of .preview-card__right, you can set padding on the parent element to better match the design and make the price aligned to the left.

    .preview-card__right
    {
       flex: 1 1 50%;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: space-around;
    padding: 1em;
    }
    

    Then remove width from ..preview-card__header, .preview-card__title, .preview-card__description, .preview-card__price, and .preview-card__buyButton

    Marked as helpful
  • Samira•50
    @SamiraAliGaal
    Submitted over 2 years ago

    Product Preview Card

    2
    Krysia Sherburne•120
    @kldupless
    Posted over 2 years ago

    When you have an icon inline with text like that, you can either set a specific class for the image or use a child combinator to make the icon the same height as the text.

    E.g, this will target every image that's a child of a button element and make it the same height as the text:

    button > img {height: 1em}

    Or you can put the property on the image via a class: .button-icon {height: 1em}

    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