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?

    create custom field for user to enter percentage

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

    how to check if the text enter is number while preserving last character as percentage sign before checking type of text remove the percentage sign. after checking type of text add the percentage sign

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

    how to simplify the js code

  • Submitted


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

    learn how to use for each loop with function

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

    how to adjust position of elements within the same container use position absolute and a positioned container

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

    learn how to structure html to make fit for both desktop and mobile browser

  • Submitted


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

    how to simplify the toggle class

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

    ::before does not work on input use div container to wrap input

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

    how do I use validator to validate email

  • Submitted


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

    wrap svg inside container simplify the js code

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

    how to toggle the share panel add event listened respond to the click event

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

    how do I write media query in js

  • Submitted


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

    learn how to use scale to make the website more responsively

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

    assign the space using grid template do the calculation carefully

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

    when should I using relative unit for the length of container?

  • Submitted


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

    write media width with consistent order

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

    how do I use grid-row grid-column to put element in a grid container take existing gap into consideration when using grid-template

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

    how do I using media query to write mobile first website

  • Submitted


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

    use http://lab.maltewassermann.com/viewport-resizer/ to test the web page under different browser size

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

    how do I emulate mobile device on laptop using http://lab.maltewassermann.com/viewport-resizer/

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

    how do I Create multi row layout with responsive design?

  • Submitted


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

    be careful with calculation of size of box element note it down if necessary

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

    I set the image to be larger than I am supposed, which makes it hard to centred img horizontally. I found the issue by clearing all other element in addition to img.

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

    how do I design the layout of website when the browser's height decrease to certain degree.

  • Submitted


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

    add hover state for the website

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

    how to vertical centre an element inside box add a container box then using flex box to centre the inside element

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

    Should I keep the size of main content unchanged after the browser becomes smaller the fixed size of main content defined initially?

  • Submitted


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

    use container to wrap content

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

    create box shadow search for box shadow in online and customise it

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

    how to use media query to make website responsive especially when the screen becomes too small.

  • Submitted


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

    keep the simple project simple. Using container to wrap the element you want to style.

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

    how to position child element away from the parent element. Setting appropriate size for parent and child element. Using margin to distance border of parent element and child element.

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

    how do I choose sizing unit for different types of context and when building website responsively?