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

ActuallyWIKKO

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

  • Four Card Feature Section by actuallyWIKKO


    ActuallyWIKKO•20
    Submitted about 1 year ago

    I would want to find out a way to work without the negative viewport height value.


    1 comment
  • Product Preview Card Component made by ActuallyWIKKO


    ActuallyWIKKO•20
    Submitted about 1 year ago

    I'd really like to know if I got the sizing right. It looks like it, but I'm not certain. I also would like some advice on using different sizing operators (px vs. rem). I tried to be consistant here but there is some room for improvement.


    1 comment

Latest comments

  • Samuel Nerat•120
    @Samuelnerat
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    i'm proud of the code and how it looks like the design

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

    i was confused on how to but the border to the cards at first but I eventually figured it out

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

    generally i would like help on everything if there is any improvement I can make or anything to make the code better

    Four Card Feature Section with HTML & CSS

    1
    ActuallyWIKKO•20
    @ActuallyWIKKO
    Posted about 1 year ago

    This looks like a good solution.

    I did a couple of things differently but your solution is solid and it works well.

    Improvements can be made looking at the spacing of the cards, especially the horizontal spacing. That gap needs to be a bit bigger so it matches the other cards.

    You also could use a box shadow that is a little more subtle. But that is always up to personal taste.

  • yousef•70
    @yosefHesham
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Proud that iv finished it in 2 hours

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

    handling responsive in for different sizes

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

    responsive design

    Product Card with HTML and CSS

    1
    ActuallyWIKKO•20
    @ActuallyWIKKO
    Posted about 1 year ago

    This looks like a solid attempt at the challenge. Well done.

    Going through the code and testing the element I would recommend some adjustments:

    • element width, spacing and line heights are a little off. -> I would set a fixed width for the element to get closer to the design -> pay close attention to the spacing between the elements -> add more padding to the right hand side, balance that with the gap towards the image

    You didn't use a button element to make the button. I would recommend using that instead of constructing it with a div element.

    Like this: <button id="addToCart"></button>

    I would also add the SVG into the code to make it maintainable. This gives you a bit more flexibility to change it up. My solution for the button looks like this:

    <button id="addToCart"><svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M14.383 10.388a2.397 2.397 0 0 0-1.518-2.222l1.494-5.593a.8.8 0 0 0-.144-.695.8.8 0 0 0-.631-.28H2.637L2.373.591A.8.8 0 0 0 1.598 0H0v1.598h.983l1.982 7.4a.8.8 0 0 0 .799.59h8.222a.8.8 0 0 1 0 1.599H1.598a.8.8 0 1 0 0 1.598h.943a2.397 2.397 0 1 0 4.507 0h1.885a2.397 2.397 0 1 0 4.331-.376 2.397 2.397 0 0 0 1.12-2.021ZM11.26 7.99H4.395L3.068 3.196h9.477L11.26 7.991Zm-6.465 6.392a.8.8 0 1 1 0-1.598.8.8 0 0 1 0 1.598Zm6.393 0a.8.8 0 1 1 0-1.598.8.8 0 0 1 0 1.598Z" fill="#FFF"/></svg> Add to Cart</button>

    I wouldn't use the display: none for the switching images for desktop and mobile. There is a inline alternative that is just 4 lines of code:

    <picture> <source srcset="./images/image-product-mobile.jpg" media="(max-width: 600px)"> <img src="./images/image-product-desktop.jpg" alt="parfume"> </picture>

    I know you where just testing this out but I would not use the media queries the way you did. Sometimes it's better to not overdo it. Use one or two to adjust for certain sizes and one to get the landscape view correct. Matter of fact is a user will not see these transitions you can test on desktop browsers. They will just see the website on the screen they have.

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

Beta Member

This badge is a shoutout to the early members of our community. They've been around since the early days, putting up with (and reporting!) bugs and adjusting to big UX overhauls!

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