Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
11
Comments
9
Piotr
@Gwynbleidd222

All comments

  • Vladimir Gatara•440
    @vgarmy
    Submitted 4 months ago
    What are you most proud of, and what would you do differently next time?

    The GUI it self and the calculator.

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

    Litte problems with the calcualtor.

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

    None :)

    Tip calculator app

    1
    Piotr•260
    @Gwynbleidd222
    Posted 4 months ago

    Great Work!!

    Marked as helpful
  • Tonny Blair•470
    @Tonny-Blair-Daniel
    Submitted 5 months ago

    Time Tracking Dashboard

    1
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    Well done!

  • Malomo Iyin-oluwa•90
    @iyinoluwaboluwatife
    Submitted 5 months ago

    newsletter

    2
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago
    • Try centering the content on desktop. You don’t need to use margin in the .body class. Instead, add this to the body:

      display: flex justify-content: center; align-items: center; height: 100svh;

    Then, you can remove the margin from the .body class.

  • DoomCrusher•120
    @VADER900000
    Submitted 5 months ago

    Article card

    1
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    The idea is good, the semantic HTMl is good and code is well-structured but the layout doesn’t work well on different screen sizes.

    Right now, it looks like the design was built for desktop first, and then adjusted for smaller screens. This approach makes it harder to maintain and fix responsiveness issues. A mobile-first approach could make things easier—starting with small screens and then progressively enhancing the layout for larger devices.

    Marked as helpful
  • P
    Serhii Derkach•50
    @SerhiiDer
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    Not much

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

    I couldn't align the last section Nutrition to look like in figma

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

    I couldn't align the last section Nutrition to look like in figma

    Recipe Page

    2
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    Use grid instead of flex in the last section.

    For .nutrition__item, set:

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    
    Marked as helpful
  • SaranKumar372•230
    @SaranKumar372
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    I'm in my learning phase. If you have any suggestions about my project, let me know in the feedback section.

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

    I learned to use fonts properly in this project

    Recipe Page

    1
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    Remove the max-width: 50% and margin because, on small devices, the content is too squeezed. Instead, apply max-width: 50% from 768px onwards.

    When you do this, add more padding to section one, for example, padding: 1.3rem. Do the same for the li items, but use slightly less padding. Then, repeat these adjustments for the Ingredients, Instructions, and Nutrition sections.

    After that, use @media queries:

    css Kopiuj Edytuj @media (min-width: 768px) { background-color: white; width: 50%; margin: 3em auto; } These changes will improve responsiveness.

  • P
    KrisvHeij•190
    @KrisvHeij
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    This project was similar to the previous project, the blog preview card. So this was great repetition for trying to create the same structure and style it differently.

    Social links profile project

    1
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    Great Work!

  • P
    Angel Díaz•50
    @angeledv
    Submitted 5 months ago

    Blog Preview using HTML and CSS

    1
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    The code looks well-structured and organized.

  • Umair Shakoor•70
    @UmairShakoor
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    I’m most proud of successfully building a responsive QR Code Card using HTML and CSS. This was my first Frontend Mentor challenge, and I learned how to use Flexbox for layout and make the design pixel-perfect. I also deployed the project live using Netlify, which was a great learning experience.

    Next time, I would spend more time planning the layout before writing code. I’d also like to use CSS variables for colors and fonts to make the code more maintainable. Additionally, I want to explore adding animations or hover effects to make the design more interactive.

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

    One of the main challenges I faced was making the QR Code Card responsive. At first, the layout looked good on desktop but broke on mobile. I overcame this by using media queries to adjust the card’s width and font sizes for smaller screens.

    Another challenge was positioning the elements correctly. I struggled with aligning the text and image perfectly. To solve this, I referred to Flexbox documentation and used justify-content and align-items to center the card and its content.

    Finally, deploying the project was a bit confusing at first. I had never used Netlify before, but I followed a tutorial and successfully deployed my site. It was a great learning experience!

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

    I’d like help with improving the responsiveness of my QR Code Card. Does it look good on all screen sizes, and are there better ways to implement media queries?

    I’m also curious about how I can make my CSS code more organized and maintainable. Should I use CSS variables or a preprocessor like SASS?

    Finally, I’d like feedback on accessibility. Are there any improvements I can make to ensure my project is accessible to all users?

    Responsive QR Code Component - HTML & CSS

    2
    Piotr•260
    @Gwynbleidd222
    Posted 5 months ago

    Everything seems great

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