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?

    Fun challenge and one where using just HTML and CSS might be more effective. Or an easy to build out element using React. Now that I think of it, it may have been a good choice to use React.

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

    The cursor on hover in the interactive design image is black. I spent sometime investigating if there was a way to make change the cursor color. Haven't found how to do that but did find some fun ways to make customized cursors. Look at that you learn something new every day. I hope.

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

    If you know how to change the color of the cursor on however (and not talking text cursor which I believe is called carot-color) but he the hand, arrow, etc.

  • Submitted


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

    I'm actually getting faster at building the simpler components and my confidence has grown. There are tons of ways to use flexbox properties to ger a site that's responsive across almost any browser. Still not sure if I like flexbox or css grid better. There are definitely times where either is better for the layout, but both are quite flexible and are a quick way to make esthetically pleasing and responsive layouts quickly and effective.

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

    How to get the text color and shadow to grow at the same time on hover. Still haven't figured that out.

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

    Am looking forward to seeing how other coders handled text/shadow situation.

  • Submitted


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

    These basic challenges are a great way to dive deeper into different frame works. I'm using them to learn more about sass/scss and GitHub.

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

    I've had problems getting my GitHub repository to find assets. I finally figured out that the paths to the assets was written to go up an additional level. How simple yet I had the issue with both challenges I've submitted so far.

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

    I wonder how many folks used flexbox for the challenge as opposed to grid (or another method) and if you find building this component uses less or more code in grid vs. flexbox. Personally, I believe flexbox is the best framework for a simple component like this and uses less code.

  • Submitted


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

    Sticking to the basics and using only html, CSS without any frameworks. I'm self-taught and more of an advanced intermediate developer. Well that's how I see it. I've been using GitHub for years, but still don't really understand it so this challenge was a great opportunity to learn more and acquire a deeper understanding of GitHub.

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

    Choosing between flexbox and grid. I went with flexbox because it seemed to be the best way to write less code. Getting the different branches and updates to work in GitHub took longer then coding the challenge.

    This solution doesn't have a bunch of break points as it's only one card. However, I do wonder if using a few more break points would make the card more visually appealing across all device sizes.

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

    Is flexbox really the best layout for this? And I wasn't sure about he 1400px measurement, was it suppose to be on the main container of the element or the card. A 1400px card doesn't seem to be visually appealing.