This is an example of a login/ sign up a web form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of a signup button, on which by clicking on, the users will be redirected to another form with social media sign in or signup option. The button takes the background color of #52B4DB, in a hover event. The icons and font styles are imported to the code with their URLs. The body of the form is given the styles of min-height as 81vh, background as linear-gradient(0deg, #fff, 50%, #DEEEFE), and font-family as 'Rubik', sans-serif. The font-size of the signup button is set as 14px. The social media buttons are given the styles of font-size as calc(12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))), padding as calc(6px + 5 * ((100vw - 320px) / 780)), and color as #000, and take the background color of #52B4DB, in a hover event. The buttons are given a cursor style as pointer to get the hand cursor effect. Source: https://bbbootstrap.com/snippets/login-signup-social-media-modal-36071946
This is an example of simple signup with social media web form, designed using CSS, HTML, and Bootstrap framework 4. The social media images are imported to the code with their URLs. The users are given the ability to sign up by clicking on the images, which are displayed in two rows. The body of the form is given a background color of RGB(0, 0, 0), and font color of #fff. The card container is given a margin-top as 200px, whereas the title of the form is given a font-size as calc(16px + 6 * ((100vw - 320px) / 680)). The images are given the styles of width as 250px, height as 150px, and border-radius as 7px. The second row of images is given a margin-top style as calc(18px + 6 * ((100vw - 320px) / 680)). Media quarries are also used to increase the responsiveness of the form. Source: https://bbbootstrap.com/snippets/signup-social-media-26250948
This is an example of a signup form with a carousel function, designed using CSS, HTML, and Bootstrap framework 4. The images are imported to the code with their URLs. Media quarries have been used to increase the responsiveness of the form. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the carousel items in an orderly manner. The body of the form is given a background color of #EEEEEE. The carousel section of the card is given a background color of #512DA8, height as 100%, and font color as #fff. The social media sign-ins are given different background colors and a font-size of 20px, where the buttons change the background color to #EEEEEE, in a hover event. The input fields are given a border style as 1px solid lightgrey, color as #2C3E50, font-size as 14px, and letter-spacing as 1px. In a focus event, the input fields take a border style of 1px solid #512DA8. The Create Account button is given a background color of #512DA8, which changes to #311B92, in a hover event. Source: https://bbbootstrap.com/snippets/sign-up-form-auto-carousel-testimonials-62466161
This is another example of a create account web page, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The form consists of the input fields and a Create Account button. The body of the form is given the styles of overflow-x as hidden, height as 100%, and background as linear-gradient(45deg, #304FFE 50%, #EEEEEE 50%). The company logo is given the styles of border-radius as 50% to get circular shape, width as 30px, height as 30px, margin-top as 20px, and margin-left as 25px. The cursor style for the buttons is set as pointer to get the hand cursor effect. The input text fields are given the styles of padding as 10px 12px 10px 12px, border as 1px solid lightgrey, border-radius as 4px, margin-bottom as 25px, margin-top as 2px, width as 100%, box-sizing as border-box, color as #2C3E50, font-size as 14px, letter-spacing as 1px, and background-color as #ECEFF1. The text fields take a border style of 1px solid #304FFE in a focus event. The button is given a background color of #304FFE, where it changes to #0D47A1, in a hover event. Source:https://bbbootstrap.com/snippets/create-account-form-company-logo-and-image-65329843
This is an example of another signup form with a floating label, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL. The form consists of input fields, signup button or sign in with Google link. The body is given the styles of color as #000, height as 100%, and background-color as #D32F2F. The input fields are given the styles of background-color as #F3E5F5, padding as 8px 0px 8px 0px, width as 100%, box-sizing as border-box, border-bottom as 1px solid #F3E5F5, font-size as 18px, color as #000 and font-weight as 300. The input fields take the styles of border-bottom as 1px solid #D32F2F, and font-weight as 400, in a focus event. The signup button is given a background color of #BDBDBD, where it changes to #D32F2F, in a hover event. The input text label takes a transform style of translate3d(0, -100%, 0), to generate a floating label effect, in a focus event. Source: https://bbbootstrap.com/snippets/sign-up-form-floating-label-96054886
This is an example of another login form with a background image and hover effects, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL. Media quarries are used to increase the responsiveness of the form. The form consists of input fields, checkbox, and primary type buttons with hover effects. The Create your account title is given a font color as #fff, and font-weight as 200. The Forgot Password button is given a background color of #bcc2be. The text input fields are given a text color of #495057, whereas the text input fields section is given the styles of width as 80%, and border-radius as 25px. The Login section is given a background color as aquamarine. The buttons change their background colors in a hover event. Source: https://bbbootstrap.com/snippets/login-form-background-image-15064663
This is an example of another simple signup form with Login with Google ID button, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #f2f7fb. The signup card is given a border-radius of 5px, box-shadow of 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1), transition of all .3s ease-in-out, and a background-color of #fff. The input fields are given the styles of font-size as 16px, font-weight as 400, padding as 9px, and border-bottom as 1px solid #ccc. The signup button has the styles of background-color as #4099ff, border-color as #4099ff, color as #fff, and cursor as pointer to get the hand cursor effect. The button text is given the styles of border-radius as 2px, text-transform as capitalize to make the first letter of each of uppercase, and font-size as 15px. The Google sign in button has the styles of color as #545454, background-color as #ffffff, and box-shadow as 0 1px 2px 1px #ddd. Source: https://bbbootstrap.com/snippets/simple-signup-form-google-login-button-96902863
This is an example of a signup/login form with a "Go Back" refresh button designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The Form consists of tabs, input fields, toggle button, and primary type sign in/signup, and go back buttons. The background images are imported to the code with their URLs. JavaScript function has been used to implement the functionality of the toggle button. The body of the form is given a font-family style as 'Open Sans', sans-serif. The users are given the ability to switch between the sign-up and sign-in forms using the tabs. The form card is given the styles of height as 575px, width as 430px, border-radius as 5px, and box-shadow as 0px 2px 7px rgba(0, 0, 0, 0.2). The section titles are given a font-size of 18px, and a text-transform style as uppercase to automatically convert the text to uppercase. The input fields are given a cursor style as pointer to get the hand cursor effect. The sign-in button takes the color of #0F4FE6, in a hover event. Source: https://bbbootstrap.com/snippets/login-signup-form-refresh-button-59872734