Joshua Steed
@0xjoshvaAll comments
- @web-devieSubmitted about 2 years ago@0xjoshvaPosted about 2 years ago
you need the reset button to be disabled if there are no values in the inputs
Marked as helpful0 - @SantiRomero27Submitted about 2 years ago
Any suggestions?
@0xjoshvaPosted about 2 years agoYour reset button is not functional
Marked as helpful0 - @DrunkenNeoguriSubmitted about 2 years ago
I used the translation site again this time!
This time, we aimed to create the page using Tailwind CSS. But for some reason, the CDN didn't apply, so I couldn't use Tailwind CSS. So, I proceeded with the feeling of reviewing CSS after a long time. Recently, while studying React, I only used styled-components, and I felt nostalgic. :D
Thanks for reading. XD
If you have any other suggestions or solutions to the above problems, please feel free to let us know!
Comments always improve my learning!
@0xjoshvaPosted about 2 years agoHi @DRUNKEN_NEOGURI, well-done on completing the challenge. It turned it really well. I would suggest you put an animation on the progress bar when the page loads. I think that will really take it to another level and be visually pleasing.
Good Luck!
0 - @natan494Submitted about 2 years ago
Hello , used vanila JS to display the eye , ide like to know if i can do it with css , thanks in advance
@0xjoshvaPosted about 2 years agoHi @natan494 👋, good job on completing this challenge! 🎉
Here are some suggestions you might consider:
- Add the font suggested in styling. It makes a big difference.
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap');
font-family: 'Outfit', sans-serif;
0