Responsive Intro component with sign up form with Sass(SCSS)
Design comparison
Solution retrospective
Hello everyone,
Here is my solution for the "Intro component with sign-up form" challenge.
Any helpful criticism is appreciated.
Happy coding !
Community feedback
- @UrbanskiDevPosted about 2 years ago
Hello Alexander Charles Bonney !
Congratulation for finishing your project
Some suggestions I can give you :
-
I recommend you to get rid all of the errors you have in the HTML issues report that you can see above ! For example, you can fill up all the empty id fields and name fields, or delete them if you're not going to use them.
-
I suggest that you alse add some hover effect to your button and the text "Terms and Services " by making the color a bit darker than the default color, it's a little detail which make your page less rigid !
.main section .form form input[type="submit"]:hover{ background-color: hsl(154deg, 51%, 51%); }
- I recommend you to make use of the class property and id property in your html files, it will make it easier to write and access specific part of your code in order to make a good css layout.
I give you two links to help you learn more about the subject :
Good job, and keep learning !
Marked as helpful1 -
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