Latest solutions
Latest comments
- @Robert0362@Jitesh117
I guess the CSS isn't loading because you are not using relative paths in the href section of link stylesheets tag. It should be href="./css/styles.css" and not href="/css/styles.css". Hope it helps
- @redshift14@Jitesh117
This looks so good! Although I think you need to use the gradient in a vertical way, not in horizontal way as given in the design.
Marked as helpful - @P-Divy@Jitesh117
Nice work Divya! I think you need to change the type of the password input to type = "password" so that it doesn't display what password you are typing in.
- @JayDeeZzz
- @Jitesh117@Jitesh117
Thanks Luka! Appreciate the feedback
- @imparassharma@Jitesh117
I think the that excess scrolling could be removed if you use percentage in the width in the text-section width instead of px. Looks very nice though!