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 just tackling this challenge. The UIs I work with on a daily basis with my work are pretty bland, straight forward, and serve a purpose that isn't based on looks/UX.

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

    Dealing with the styling of lists was new for me. It wasn't so much hard as it was about looking for the information. W3School and StackOverflow had the information I needed and allowed me to successfully change the look and feel of the ordered lists.

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

    I'm gaining a lot of knowledge as I work on the projects but in depth, big picture understanding aren't as easy to see. I'm a book guy but CSS doesn't have as much up to date books for me to gain an understanding outside of projects. Watching videos are nice but I don't always have to option to sit at the computer and learn after work hours. Any type of big picture blog posts, articles, etc. would be welcomed.

  • Submitted


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

    I cleaned up some of the ways I was displaying text on the screen and broke my HTML down into a more semantic style.

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

    Setting up a section and all divs within it receiving the styles. I needed to look this up and found a solution pretty quickly via Google.

  • Submitted


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

    When it came to my text I was using header tags. I'd probably use either semantic html or setup tags for each section and style the font size and weight on my own.

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

    The two issues I ran into:

    1. Setting up the user avatar and name alignment and size.
    2. setting the solid border box to be only right and below
  • Submitted


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

    I'd take the time to fully layout my page before trying to set my styles.

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

    CSS isn't forgein to me but it's something I haven't work on outside of the odd color change or alignment. Setting the borders and viewport for responsive design were new concepts that I had to learn.