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

    HTML, CSS, JS

    • HTML
    • CSS
    • JS

    1


    Hi, everyone! I don't have a specific question about this project. However, any input on how to improve my code would be greatly appreciated. Thank you and happy coding!

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    0


    Hi, everyone. Any input on how to improve my code will be very much appreciated. Thank you!

  • Submitted


    Hi, everyone! This is my first Junior challenge. I'm excited to do more projects with JS. I would appreciate it very much if you have any suggestions on how to improve my code. Thank you and have a have a great day!

  • Submitted


    Hi, everyone! :) The most difficult part for this one was to place the box illustration. I solved it by wrapping the illustrations in a <div> and adding the "overflow: hidden" on that element instead of the card and positioning the box element as an absolutely positioned element in relation to the card. If you have another idea of how to do this and improve any other part of my solution, I would appreciate it very much. I learn a lot from other people's comments. Thank you all!

  • Submitted


    Hi, everyone! I struggled with the form validation with this one. I didn't know how to change to style of the automatic browser message with submitting an invalid <input type='email'> tag, so I added the 'novalidate' attribute on my <form> tag and did the verification entirely in JS with regex. There's probably a better way to do this. I appreciate any suggestion that you may have about this, as well as the rest of my code. The comments help so much. Thank you all!

  • Submitted


    Hi, everyone. :) This project took me a couple of days, but I learned a lot. I don't have a specific question, but I appreciate any suggestion you may have to improve my code. Thank you all and happy coding!

  • Submitted


    Hi, everyone! This is the hardest project I have done so far. The most difficult part was setting the background image. I didn't manage to get it as it is in the design. I would appreciate any suggestion to improve my code very much. Have a wonderful day, everyone!

  • Submitted


    Hi, everyone! I did this design by using a mobile-first approach for the first time. I don't have a specific question, but any suggestion on how to improve my code would be very helpful. Thank you all!

  • Submitted


    Hi, everyone! :) This is my first project here that has Javascript in it. I don't have a specific question, but any input would be appreciated. I learn a lot from other people's comments and they always push me to improve my solutions.

  • Submitted


    Hi, everyone! I didn't have any significant difficulties with this challenge, so I have nothing specific to ask about. However, if you have the time to check out my solution and give me any pointers on how to improve my code, I would appreciate it very much. :)

  • Submitted


    Hi, everyone! The most difficult thing for this challenge for me were the background circles. I didn't know how to set the precise position, and make them responsive. I added them as background images to the body and positioned them with the 'background-position' property, but maybe there's a better way? I am a beginner, so any and all feedback is very much appreciated. Thank you all.

  • Submitted


    Hi, everyone. I don't have a specific question about this challenge, but any feedback is appreciated. I learn a lot from people's comments. The most challenging part was setting the body background and fixing the interruption of flow in the 'text-decoration: underline' below the letter 'g' at the anchor element. I fixed it by removing setting 'text-decoration:none' and adding a bottom border on the element, but maybe there's a better way. Thanks again for checking out my solution.

  • Submitted


    Hi, everyone. Any feedback you can give me on my solution is appreciated. I was mostly struggling with the hover state on the image. I added an empty <div> in my HTML for the cyan transparent background and changed its 'display' property with 'mouseenter' and 'mouseleave' with JavaScript. But maybe there are better ways and JavaScript is not necessary. Thank you all.