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 solutions

  • Submitted


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

    I think I used the grid to a certain extent, but it required too much effort, so I want to find other ways

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

    I spent a lot of time thinking about how to arrange the grid. I estimated the layout, but I want to find a more efficient approach

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

    Efficient ways to use CSS Grid and write CSS overall.

  • Submitted


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

    I made an effort to implement responsiveness smoothly. Next time, I will strive to implement it more meticulously. πŸ˜‚

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

    It's been a while since I worked with vanilla JavaScript, so I felt a bit overwhelmed. Also, I think my HTML structure might be too messy, which made the script somewhat cluttered. I'm a bit dissatisfied with that. I think I need to use it more to get more familiar with it.

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

    Responsive design is still challenging for me, and I still don't know how to efficiently structure and write scripts. I've tried to implement accessibility, but I still think it's unclear. Do you think I can improve with more practice? πŸ₯Ή

  • Submitted


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

    I've been getting more comfortable using box-shadow as I try to implement it. I put in a lot of effort to make the responsive design smooth, and I think it turned out well.

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

    Since I'm not yet familiar with using Grid, I struggled a bit when initially planning the layout. Additionally, I wasn't sure how to specify the sizes of the elements, so I ended up implementing it somewhat haphazardly, which is a bit disappointing.

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

    I would like to know how to specify the sizes of elements effectively when implementing a layout like this. Additionally, I want to write the code in a clean and efficient manner.

  • Submitted


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

    Using CSS Grid to Position Images within a Card

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

    There were quite a few considerations for responsiveness. Additionally, many styles were guessed due to not knowing the exact element styles.

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

    I want to know how to create a responsive layout more efficiently. Currently, I am specifying elements in px units, but I want to understand whether I should use em, rem, etc., and how to utilize them effectively.

  • Submitted


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

    There isn't really any part that I'm particularly satisfied with.

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

    The footer element was positioned absolutely, causing overlapping issues on the screen. To resolve this, the flex layout applied to the body was changed to a grid layout, designating a specific area for the footer element.

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

    I'm not sure if the HTML and CSS I've written are efficient. I would like to know which areas I should study further.

  • Submitted


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

    tried to write the HTML elements semantically

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

    I don't really know how to use CSS wisely. I tried importing a local font for the first time and struggled a bit. You need to use the correct format to properly load the font.

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

    How to write HTML elements semantically and handle CSS efficiently

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    1


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

    media query

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

    I didn't know how to write a media query, so I searched

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

    How to organize a folder structure, the law of writing css wisely

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    1


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

    Responsive? However, still inadequate

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

    using 'transform' when the responsive cards wouldn't shrink

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

    The overall tag structure and clean styling method.

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    2


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

    I want to write HTML tags in a semantic way.

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

    I used Google to search for solutions when implementing shadows.

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

    I want to know how to write clean.