Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @vaguepizza

    Submitted

    What are you most proud of, and what would you do differently next time?

    I was able to figure out a way to match the design more efficiently. I also figured out the use of media query.

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

    I really struggled with matching the design efficiently. I also struggled with media query. Also struggled with figuring out font weights from the design image. I also had to add margin-bottom for every button instead of just using gap because using flexbox decreased the button width.

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

    Does using flexbox add some margin or padding within the container? Any feedback on how to make my code shorter would also be appreciated!

    @Gaffen87

    Posted

    great job matching the design precisely

    0
  • @mmandziuk

    Submitted

    What are you most proud of, and what would you do differently next time?

    I'm most proud of how I integrated various CSS techniques to create a visually appealing and responsive blog card design. Using flexbox layout, custom fonts, hover effects, and media queries allowed me to craft a polished and user-friendly interface.

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

    One challenge was maintaining consistent styling across various screen sizes, which I addressed through extensive use of media queries. Integrating custom fonts with @font-face posed initial hurdles, but I optimized font loading and cross-browser compatibility to overcome this challenge.

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

    I'd appreciate assistance with optimizing my CSS code for improved performance and maintainability, as well as exploring advanced CSS techniques to enhance the user experience further.

    @Gaffen87

    Posted

    TIP: You can use em units instead of px for font-size so it automatically adjusts when adjusting container size for smaller screens.

    Marked as helpful

    0
  • CaveCodes 70

    @CaveCodes

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud to have completed my first ever challenge without using a tutorial, using mostly search engine, copilot and personal knowledge to finish the project with community support.

    *Next time I would like to not use pixel units in CSS and rem instead. *I should pay attention to paragraph titles and be mindful that p1 tag is not used for components. *I should do a CSS reset when beginning the project.

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

    *After zooming in 250% the QR code got out of the box. I shouldn't limit the height of elements that contain text.

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

    I would like to know whether my font sizes are optimal.

    @Gaffen87

    Posted

    You could propably have sized your card better so that your text is equal to the challenge

    1