Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Your session has expired please log in again.
Your session has expired please log in again.
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

I may add more features to this project!

P

@Mercury225

Desktop design screenshot for the Password generator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


Some comments

  • had a lot of fun doing the password JS code, and thoroughly enjoyed the challenge! if you can help on this:

  • Wasn't very sure how to customise the slider using the input tag type = range. I wanted to change the color of the slider-thumb to grey but was unsuccessful, if you can help on this please!

  • I tried this: #length-number { background-color: transparent; appearance: none; } #length-number::-webkit-slider-runnable-track { background-color: $green; } #length-number::-webkit-slider-thumb { background-color: $grey; }

  • webkit-slider-thumb didn't work, but runnable-track did, still it just gave a green background with a blue thumb, which is not what i want

  • so i ended up just doing this: #length-number { accent-color: $green; }

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord