This is an example of a sign-up form with a blue background, designed using CSS, HTML, and Bootstrap framework 4. The font and CSS styles are imported to the code with their URLs. The form consists of the input text fields and the 'Sign up' button'. The body of the form is given the styles of font color as #fff, background color as #344a71, and the font-family style as 'Roboto', sans-serif. The information card is given a width of 400px, font color as #9ba5a8, background color as #fff, box-shadow style as 0px 2px 2px rgba(0, 0, 0, 0.3). The form title is given a font color as #333, and the font-weight style as bold. The input text field labels are displayed with a font-size of 14px. The text fields are given a border color of #e1e4e5, which gets changed to #49c1a2, in the focus mode. The 'Signup' button is displayed with a font-size of 16px and given a background color of #49c1a2, which gets changed to #3cb094, on hover. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=cool-sign-up-form
This is another example of a signup form, designed using CSS, Html, and Bootstrap framework 4. The font, CSS, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font color as #999, background color as #e2e2e2, and font-family style as 'Roboto', sans-serif. The input text fields are given a border color of #e1e1e1, which changes to #00cb82 on hover. The form header is given the styles of text-align as center, background color as #00cb82, border-bottom as 1px solid #eee, and font color as #fff. The form title is displayed with the styles of font-size as 34px, font-weight as bold, and font-family as 'Pacifico', sans-serif, whereas the subtitle is displayed with the styles of font-size as 17px, line-height as normal, and font-family as 'Courgette', sans-serif. The signup container has the styles of font color as #999, background color as #f0f0f0, and box-shadow style as 0px 2px 2px rgba(0, 0, 0, 0.3). The form labels are displayed with a font-size of 14px. The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #00cb82, which changes to #00b073, in hover and focus events. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=start-free-trial-sign-up-form
This is another example of a simple signup form, designed using CSS, Html, and Bootstrap framework 4. The font, CSS, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font color as #999, background color as #f3f3f3, and font-family style as 'Roboto', sans-serif. The input text fields are given a font-size of 14px, and a border-color of #eee, which changes to #5cd3b4, in a focus event. The signup container is given a width of 500px, font color of #999, background color of #fff, and a box-shadow of 0px 2px 2px rgba(0, 0, 0, 0.3). The title of the form is displayed with a style set of font color as #333, display as inline-block, and a border-bottom as 3px solid #5cd3b4. The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background as #5cd3b4. The background color of the button changes to #41cba9, in hover and focus events. Source: https://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=sign-up-form-horizontal
This is an example of a Signup form with rounded social media buttons, designed using CSS, Html, and Bootstrap framework 4. The form consists of the signup card, social media buttons, input text fields, 'Signup' button, and a 'Login' link. The font, CSS, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of background color as #dfe7e9, and font-family as 'Roboto', sans-serif. The signup container is given a width of 480px, background color of #fff, and a box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3) The input text is displayed with a font-size of 16px, whereas the input fields take a border color of #5cb85c, in a focus event. The input text fields are validated by making them required fields. The header of the signup form is displayed with a font-size of 34px. The 'Signup' button is created as a success type button and given a background color as #5cb85c. The social media buttons are created as primary, info, and danger type buttons and given the background colors of #507cc0, #64ccf1, and #df4930. The buttons change their opacity value to 0.8, in a hover event. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=sign-up-form-with-rounded-social-buttons
This is another example of a Signup form with icons, designed using Html, CSS, and Bootstrap framework 4. The form consists of a Signup container, input text fields, checkbox, and a "Signup' button. The images, font, CSS, and Bootstrap styles are imported to the code with their URLs. The body of the form is given a style set of font color as #999, background color as #f5f5f5, and font-family style as 'Roboto', sans-serif. The input text fields are given a border color of #e1e1e1, border-bottom style of 1px solid #e1e1e1, a font-size of 13px, and validated by making them required fields. The Signup container is given a background color of #fff, border style of 1px solid #f3f3f3, and a box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3). The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #19aa8d. The button changes its color to #179b81, in hover and focus events. The 'Terms' and 'Privacy Policy' links are also set to take an underline effect in a hover event. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=elegant-sign-up-form-with-icons
This is an example of a stylish Signup form with icons, designed using CSS, Html, and Bootstrap framework 4. The form consists of input text fields, a checkbox, and a "Signup' button. The icons, font, CSS, and Bootstrap styles are imported to the code with the URL. The body of the form is given a style set of font color as #fff, background color as #19aa8d, and font-family style as 'Roboto', sans-serif. The input text fields are given a border color of #e1e1e1, and a font-size of 15px. The Signup container is given a background color of #fff, font color of #999, and a box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3). The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #19aa8d. The button changes its color to #179b81, in hover and focus events. The 'Terms' and 'Privacy Policy' links are also set to take an underline effect in a hover event. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=sign-up-form-with-icons