Design comparison
SolutionDesign
Solution retrospective
Hi, developers please provide any feedback it will be helpful for my learning.
Community feedback
- @skyv26Posted almost 3 years ago
Hi! First of all Good work, but i noticed some issues.
-
Email validation is not fully correct working. when i pass
abc@def
then it passed it and reload the page. -
There is not enough space between social network icon and the image.
-
You can also check that your social network icons have slightly different shape from each other.
-
In mobile view, Notify Me! button is not aligned to center.
Solution Instead of
form { display: block; margin-top: 0em; }
use
form { display: flex; flex-direction: column; align-items: center; margin-top: 0em; }
Overall Good, Best of Luck !
Marked as helpful0 -
- @MordenWebDevPosted almost 3 years ago
@skyv26 can you suggest best recourses for grid for learn . I am having some doubt
0
Please log in to post a comment
Log in with GitHubJoin 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