Ping coming soon page using html, css and javascript
Design comparison
Solution retrospective
Hi guys I would appreciate a review. On hitting very small screens, the form fields are more aligned to the right. However, I intend for the form fields to be centralized on hitting small screens. A solution to this problem would be appreciated.
Community feedback
- @A-amonPosted over 3 years ago
Seems like its not center horizontally because of the width u assigned to your input field and button. Set it to width:100% for small screen and it should be good~ Nice work!
0 - @palgrammingPosted over 3 years ago
- on your notify me button you should try
cursor: pointer
on your hover state - also your social icons do not have a hover state
you are like 95% completed with a good project
0@terdoo-mzerPosted over 3 years ago@palgramming I will do just that. Thank you for the feedback.
PS: Out of this scope. I have yet to submit the solution to this other challenge. The reason is because I am unable to position the circles at the background. They move around when resizing the browser. I want to fix that before turning in the solution. Can you help me look at my code?
Live url here: https://terdoo-mzer.github.io/profile-card-html-css-flex/
repo here: https://github.com/terdoo-mzer/profile-card-html-css-flex
0 - on your notify me button you should try
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