@KrikoooSubmitted about 1 year ago
This is my second JavaScript project. Please let me know what I could improve, as I want to get better
This is my second JavaScript project. Please let me know what I could improve, as I want to get better
Looks Great !
Two thing. In my opinion
cursor: default; background-color: hsl(217, 12%, 63%); color: white; } ``` add cursor : default when active And ```#przycisk { border: 0; width: 100%; border-radius: 40px; height: 50px; margin-top: 30px; color: hsl(0, 0%, 100%); letter-spacing: 3px; background-color: hsl(25, 97%, 53%); cursor: pointer; }``` Add border : 0 to your submit button Overall well done. It's a huge job :D
Feedback is welcomed!
For you background image. The size isn't feat the view.
display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; font-family: 'Red Hat Display', sans-serif; font-size: 15px; background-image: url(./images/pattern-background-desktop.svg); background-repeat: no-repeat; background-size: 100%; background-color: hsl(225, 100%, 94%); }
With "background-size" you can fit viewport
Add an update. I forgot active state... It's done now sorry 😅