Any feedback is welcome.
ADITYA KUMAR
@akaditya394All comments
- @LeoLoureiro-codeSubmitted over 2 years ago@akaditya394Posted over 2 years ago
Hey Leonardo, great work! the logic for validating the email addresses seems to be wrong. Also, please add hover effects on the button as shown in the active states pic of the challenge. Thanks!
1 - @cansurer-atSubmitted almost 3 years ago
Hi community,
Any feedback will be appreciated to improve my solution. Please do not hesitate.
Thank you in advance.
@akaditya394Posted almost 3 years agoHey Can, you need to make your website responsive. Use media queries for making your website responsive.
You can learn about media queries from this video: https://youtu.be/yU7jJ3NbPdA
Good luck!
Marked as helpful0 - @YogurtchanSubmitted almost 3 years ago@akaditya394Posted almost 3 years ago
Great work! Hey Gerardine, you should use the forward-slash instead of the backwards-slash to make your image appear.
Replace this: <img src="images\illustration-hero.svg" class="hero" alt="illustration of a person listening to music" />
With is: <img src="images/illustration-hero.svg" class="hero" alt="illustration of a person listening to music" />
Marked as helpful0 - @ONniTeSubmitted almost 3 years ago
How can I enable smoother responsive
@akaditya394Posted almost 3 years agoGreat Work! You can checkout my solution for this challenge. You'll get an idea. Also I would like you to learn about flexbox. You can watch this https://youtu.be/fYq5PXgSsbE
1 - @JohnsonworldSubmitted almost 3 years ago
This is my first FM challenge. Please provide any feedback about needed refactoring or a simpler way to achieve? Thanks!
@akaditya394Posted almost 3 years agoGreat work! The color codes for different elements is given in style-guide.md Like for example the color for the card is Very dark blue (card BG): hsl(216, 50%, 16%). Fix accordingly
Marked as helpful0