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

bigboyemma20

@bigboyemma20100 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

  • Testimonial Grid Section with CSS Grid


    bigboyemma20•100
    Submitted about 1 month ago

    I was not able to make the "bg-pattern-quotation.svg" on the purple card responsive enough. I would appreciate any help to fix that.


    1 comment
  • Four Card Feature with HTML and CSS grid


    bigboyemma20•100
    Submitted about 1 month ago

    1 comment
  • Product Preview Card with HTML and CSS using flexbox and grid


    bigboyemma20•100
    Submitted about 1 month ago

    I still need to know more about responsiveness.


    1 comment
  • Recipe page using HTML and CSS


    bigboyemma20•100
    Submitted about 1 month ago

    1 comment
  • Social-links-profile with HTML and CSS


    bigboyemma20•100
    Submitted about 1 month ago

    While the project works well on mobile and desktop, I want to know if there are even cleaner ways to write my responsive CSS or better handle spacing and sizing.


    1 comment
  • Blog preview card with HTML and CSS


    bigboyemma20•100
    Submitted about 2 months ago

    I used a basic media query, but I would like to learn how to make it even more fluid across a wider range of screen sizes (like tablets).


    1 comment
View more solutions

Latest comments

  • Langlois Titouan•80
    @LostProcessor
    Submitted about 1 month 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 about 1 month ago

    .

  • Ahmedmansour97•110
    @Ahmedmansour97
    Submitted 3 months ago

    four-card-feature-section-master

    1
    bigboyemma20•100
    @bigboyemma20
    Posted about 1 month ago

    Nice solution.

  • P
    Jdaans•180
    @Jdaans
    Submitted about 1 month 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 about 1 month 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 about 2 months ago

    Recipe page

    1
    bigboyemma20•100
    @bigboyemma20
    Posted about 1 month ago

    Nice solution

  • Alikhan•70
    @AlikhanAbdaly
    Submitted about 1 month 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 about 1 month ago

    Very good solution.

  • Helena Cardoso•30
    @lenusca
    Submitted about 2 months ago

    Blog Preview

    1
    bigboyemma20•100
    @bigboyemma20
    Posted about 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); } '''

View more comments
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