This is an example of a login/signup form with dropdown input and social media buttons. The icons and font styles are imported to the code with their URLs. The form consists of a signup button, on which by clicking on, the users will be redirected to another form where the country can be selected from a dropdown list, and social media icons can be used to sign in. 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 card is given the styles of width as calc(480px + 10 * ((100vw - 320px) / 680)), and box-shadow as 0px 5px 10px rgba(0, 0, 0, 0.8). The sign in button is 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. The sign in button takes the color of #315189, in a hover event.
Source: https://bbbootstrap.com/snippets/login-signup-form-dropdown-input-and-social-buttons-35175582
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