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
Request failed with status code 502

All solutions

  • Submitted

    FAQ Accordion

    • HTML
    • CSS
    • JS

    0


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

    I would like to build a similar challenge using React.js next time around.

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

    I keep struggling centering my main components vertically. I really need to figure out why setting the CSS property and value "align-content: center" on the parent of the container I wish to center vertically doesn't always work.

  • Submitted

    Contact Form

    • HTML
    • CSS
    • JS

    0


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

    I'm really glad I didn't struggle styling the rows and columns of the input fields of the form like I used to in the past.

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

    I would really like help with how to style the following input elements:

    • radio buttons
    • checkbox

    I would also like to learn the object oriented method of modifying the styles (using JavaScript) of the above input elements when they are selected/not selected (in the case of radio buttons), checked/unchecked (in the case of checkbox)

  • Submitted


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

    I'm excited at the speed at which I completed this challenge. I hope to get even faster and more efficient next time.

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

    No real challenges met with this challenge. I had to look up how to add a box-shadow to an element though 😅

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

    Dynamic/multiple shadow styling.

  • Submitted

    Recipe Page

    • HTML
    • CSS

    0


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

    I'm glad I found this challenge more of a challenge that had me research styling techniques I was not familiar with.

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

    I found it problematic initially to style the list item markers but after a quick research online I managed to resolve the task.

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

    I feel I'm good for this challenge.

  • Submitted


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

    Really happy that I found styling this challenge to be quite easy and relaxing.

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

    No notable challenges/issues encountered.

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

    All good.

  • Submitted


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

    I'm happy that I found styling the frontend to be a breeze after slugging through the nitty gritty elements (especially when setting the horizontal line to be on the same level with button)

    I will try to find and use a date library that can simply calculate the days within the month correctly since I still found it difficult to set that logic. Any suggestions as to how to go about this calculation using vanilla JavaScript will be most useful as well.

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

    I struggled initially on how to set the horizontal line to be on the same level with button.

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

    I still need to debug my days of each month computation such that the final output(s) are accurate and correct. I also need to find a way to factor leap year days and months with varying days (Eg. February)

  • Submitted


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

    I'm glad I found it quite simple to style the individual HTML components.

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

    I found it a quite taxing when I attempted centering the main component. I thought I could resolve it using flexbox but I came to realize that I didn't remember the flexbox's related property value pair that would complete the task. I eventually decided to use the "transform: translate(x, y)" property value pair to effectively center the component.

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

    I would like help with effective scripts to achieve page responsiveness for smaller screens.