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?

    well im glad i didnt give up on this lol.

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

    the layout was troublesome. though i had to learn about regular expressions for the validation but it was a breeze. had troubles with the layout then tonight a light bulb went off in my head to create another div at the end of the body and use flex to achieve the layout i was aiming for

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

    maybe to check my Javascript code if its passable to keep using in projects in case of email verifications

  • Submitted


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

    the layout in the center at large screen. its complicated and im not really sure this is best approach for it.

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

    id like to know best approach to get the boxes set properly

  • Submitted


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

    positioning the image without distorting it set me back a little but i was able to overcome it with "object-fit" property.

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

    my CSS for this particular project maybe? i dont know if this passes as a genuine way to achieve this

  • Submitted


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

    im glad i was finally able to position the circles

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

    Positioning the circles was one thing. Making it stay at that same position regardless of the width of the browser was the main issue. after positioning the circles with "absolute" and "top" and " bottom" with (-) values, it was moving with my screen width and i didnt want that. i was able to overcome this using margins and it retained the position i wanted it to.

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

    If there is a better way to go about positioning the circles, id like to know please.

  • Submitted


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

    media queries. i just had to set more breakpoints than usual and im not sure if its best practice to do.

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

    the media queries section please? something about the width setting seem off And id like to know if there was a way to set the font size relative to the width of its container

  • Submitted


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

    i just started building for mobile first and i hope i can do better next project

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

    help with building for mobile first please?

  • Submitted


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

    i just found out how to use max-width at the same time as using width and im glad i was able to implement it. i know how to make my code less cluttered now

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

    fixing a set width at the same time making it responsive on different screens. using the max-width to a given width in "px" and setting width to "100%" solved this problem.

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

    in how my code is written. i know i figured out a solution but the code just looks messy

  • Submitted


    making the layout responsive was a challenge for me as i just made a layout for web and mobile only but still doesnt preview as it should even though it has been created for mobile as well.