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?

    What I'm most proud of is my code and the fact that this project only took me an hour.

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

    N/A

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

    N/A

  • Submitted


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

    I remembered how to use the hover depending on the parent and child

    .card:hover .card_title {
      color: hsl(47, 83%, 68%);
    }
    

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

    I haven't really overcome any difficulties. I've just gone back to the source to consolidate my foundations so that I can get back on track with my personal projects

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

    N/A

  • Submitted


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

    I remembered some forgotten CSS attributes, such as flex-grow which has an element in a flex box take up all the remaining space.

    .content {
      flex-grow: 1;
    }
    

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

    I haven't really overcome any difficulties. I've just gone back to the source to consolidate my foundations so that I can get back on track with my personal projects.

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

    About Style, can I suggest a personal style?