Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
7
bigboyemma20
@bigboyemma20

All comments

  • Langlois Titouan•80
    @LostProcessor
    Submitted 2 months ago
    What are you most proud of, and what would you do differently next time?

    i made the grid design correctly , but the text of kira looks bad ; it does not take the whole cell ,so next time i would maybe increase the font size

    What challenges did you encounter, and how did you overcome them?

    placing the quote images was a bit difficult but with absolute positionning everything went fine

    What specific areas of your project would you like help with?

    any tips are welcome :)

    simple solution ,

    2
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    .

  • Ahmedmansour97•110
    @Ahmedmansour97
    Submitted 4 months ago

    four-card-feature-section-master

    1
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    Nice solution.

  • P
    Jdaans•180
    @Jdaans
    Submitted 2 months ago
    What are you most proud of, and what would you do differently next time?

    proud that its somewhat responsive

    What challenges did you encounter, and how did you overcome them?

    Originally I had the add to cart button looking perfect and at some point I did something that messed it up I spent over an hour trying to figure it out and could not find the problem. I started this project with mobile first this was my first time using a media query and it works somewhat its responsive but you'll see that when you open it to a bigger screen size it doesn't look accurate, I was stuck with trying to make the main image look like it is supposed to

    What specific areas of your project would you like help with?

    using media queries and making everything transition smoothly like it should

    first attempt at a responsive site with media queries

    1
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    Great job on completing the solution! However, there are a few fixes that could enhance your solution.

    • Fix Duplicate <html> Tag: Remove the second <html> tag.

    • Improve Alt Text for Images: Update the alt text for images to be more descriptive, e.g., "Gabrielle Essence Eau De Parfum bottle" instead of just "image of perfume".

    • Remove <br> Tags: Instead of using <br> for line breaks in text, use CSS to manage wrapping and spacing. For example, replace: '<h1>Gabrielle Essence<br> Eau De Parfum</h1>' With: '<h1>Gabrielle Essence Eau De Parfum</h1>'

    • Improving Button Structure: Consider using <span> or a semantic approach for emphasis (e.g., <span>Add to Cart</span>), instead of using <b> inside the button. Also, make the cart icon hidden from screen readers by adding aria- hidden="true".

    CSS:

    • Fix Empty font-size in HTML: In your html selector, set a proper font-size, e.g.: html { font-size: 16px; }

    • Units Missing (Font Sizes): Add missing units like rem or px to font-size values. Example: p { font-size: 0.875rem; }

    • Remove Double Semicolons: Remove any double semicolons (;;) in your code.

    • Avoid Repetitive Flexbox Properties: Avoid duplicating the same flexbox properties in both the main CSS and the media query. Clean up your code by consolidating it.

    • Button Layout: Use display: flex inside the button to align items (icon and text): .add-to-cart { display: flex; justify-content: center; align-items: center; gap: 1rem; }

    • Refine Section and Small Margins: Review margin/padding for small screen sizes and ensure there’s no awkward text alignment.

    • Improve Media Query: Enhance your media query to adjust not only the flex-direction but also other properties (like margins, font sizes, and padding) for a fully responsive layout.

    Marked as helpful
  • Erick Barros•10
    @erickbarrosr
    Submitted 3 months ago

    Recipe page

    1
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    Nice solution

  • Alikhan•70
    @AlikhanAbdaly
    Submitted 2 months ago
    What are you most proud of, and what would you do differently next time?

    Did it in a short span of time.

    Flex

    1
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    Very good solution.

  • Helena Cardoso•30
    @lenusca
    Submitted 2 months ago

    Blog Preview

    1
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    Nice solution. However, I noticed that the shadow does not grow or expand when the card is hovered. I'm unable to view your code, so I suggest you check this example below to compare with what you have. I hope it helps:

    ''' .card:hover{ box-shadow: 16px 16px var(--Gray-950);

    }

    .card:hover h1{ color: var(--Yellow); } '''

  • Hüda ÇETİN•50
    @jerklex
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    I have nothing to be proud of, I need to improve more.

    What challenges did you encounter, and how did you overcome them?

    I'm still bad at div centering

    What specific areas of your project would you like help with?

    I don't have a place to ask for help but if you find a mistake you can help me

    Qr Code Component

    1
    bigboyemma20•100
    @bigboyemma20
    Posted 2 months ago

    You dont need to be hard on yourself. To be able to provide this solution is in itself a big plus that you should be proud of. Here are some observations and suggestions.

    1. The "alt" attribute in the image is empty. For accessibility purpose, it is always good to add the "alt" attribute which describes the image.

    2. Moved the inline styles into the external CSS file for better maintainability.

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