Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Intro component with sign up form with Sass(SCSS)

#sass/scss

@alexanderbonney

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

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

Laharl 1,000

@UrbanskiDev

Posted

Hello Alexander Charles Bonney !

Congratulation for finishing your project

Some suggestions I can give you :

  1. 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.

  2. 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%);
}
  1. 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 helpful

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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