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?

    Most proud of how I used the @media in CSS. Next time I would figure out which code to include inside of the tag instead of reusing code.

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

    Main challenge was figuring out how to make the `` tag into a Flexbox. I googled and was able to figure out the answer by using details > summary in CSS to create a Flexbox.

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

    I would like to ask for help on the @media area of my CSS and if anyone could explain how to better utilize it and if rewriting the code is good practice or better to exclude already written code.

  • Submitted


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

    Proud of writing better classes. Next time read more into how to use tables and lists and which children they can and can't have.

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

    A challenge I had was losing the ::marker of the lists whenever I made the display flex. I overcame this for now by just simply removing that display option.

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

    I would like help with figuring out whether or not my HTML is good or if there is area for improvement.

  • Submitted


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

    Most proud of how I was able to better name my classes. Made creating the CSS much easier and faster. Still need to work on improving the naming convention for next time.

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

    A challenge that I encountered was figuring out how to make it so when you hover or focus the button it also changes the text color. Overcame this by learning more on how to name multiple classes in a single CSS bracket.

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

    I would like help with knowing which HTML elements to use. So far I have mainly just used the div element. Is there a specific element that should be used or is it better to just stick with what is working right now?

  • Submitted


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

    Most proud of how I handled adding the author's image and learned how to size it. Next time I would create the card to contain all the content first and foremost, before starting on the rest of the work.

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

    The main challenge was figuring out the dimensions of the card and how to keep it from bulking. I overcame the challenge through getting rid of unneeded margins in the text.

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

    I would like help on figuring out better naming conventions for the classes I created. If anyone can give tips on how to name certain areas, that would be much appreciated.

  • Submitted


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

    Most proud on how I figured out the implementation of including a background image. Next time I would try to figure out the sizes of each aspect of the project to better work on it.

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

    The main challenge was just getting overwhelmed at first. I overcame it by taking it step-by-step, figuring out how each element should work and how to classify them as well.

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

    I would like help with figuring out the size of the body element. I had to eyeball the size and would love to see if there's an easier way to find the right dimensions. Also would love help on the background image and how to implement it and have it fit into the content box.