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'm most proud of being able to search for things that were giving me trouble and then finding solutions for them online. I originally had the table at the bottom as a bunch of divs using CSS Grid but reworked it as an HTML table, so in the future, I would use an HTML table for tabular data.

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

    My largest challenge was getting the ```` bottom borders to show up. I learned that I needed to use border-collapse: collapse for the bottom border to show up.

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

    I think the area I most need help with is simplifying my code. I tend to create a CSS class for almost everything for more control and "future-proofing", but I won't need these classes most of the time. CSS can easily specify what I need, so I waste time creating so many classes. I'm sure my HTML could also be simplified.

  • Submitted


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

    I'm most proud of figuring out branching and pushing using git. I was always able to create a branch, but wasn't pushing to remote branch.

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

    The largest challenges are not being too sure about the typography even though the style guide is included. Nailing the font size and weights is difficult without the Figma file. I can get close without it though. I also tend to use rem for gaps and padding, so that is also not exact.

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

    Figuring out the correct spacing, font sizes/weights, etc. without using the Figma file.

  • Submitted


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

    Vertically centering the QR div was the most difficult thing for me. I used Flexbox to align it horizontally, but I couldn't figure out why it wouldn't vertically align. It turns out that I need to specify a height for it to align vertically.