This is an example of a property advanced search form with collapse, designed using CSS, HTML, and Bootstrap framework 4. 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 dropdown list for the status. The body of the form is given a background color of #00838F. The status button is given a background color of #00838f, and font color of #fff. The button takes a border-color of #00838f, in hover, and focus events. The input text fields also take a border style of 1px solid #00838f, in a focus event. The 'Search Results' button is created as a secondary type button. The 'Advanced Search with Filters' text is displayed using a font color of #00838f, and given a data-toggle type as collapse to create the collapsible section of the form. Source:https://bbbootstrap.com/snippets/bootstrap-property-advanced-search-form-collapse-45610458
This is an example of a payment form with three transfer options to select from, designed using JavaScript, HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #000000. JavaScript methods have been used to implement the functionality of the toggle button and to highlight the selected text fields. The sidebar heading is displayed using a font-size of 1.2rem. The input text fields are given the styles of padding as 10px 15px 5px 15px, border as 1px solid lightgrey, border-radius as 6px, margin-bottom as 25px, margin-top as 2px, font-family as Arial, font color as #2C3E50, font-size as 14px, and letter-spacing as 1px. In a focus event, the text fields take the styles of box-shadow as 0px 0px 0px 1.5px skyblue, font-weight as bold, and border as 1px solid skyblue. The 'Pay' button is created as a success type button and given a height of 50px, and font color of #ffffff. The labels of the input text fields are given a font-size of 15px, font-weight of 100, and font color of gray, which turns to #1E88E5, in a hover event. Source: https://bbbootstrap.com/snippets/payment-form-three-transfer-options-30514683
This is an example of an animated login form, designed using CSS, HTML, and Bootstrap framework 4. 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 social media icons, in an orderly manner. The body of the form is given a font style of sans-serif, and background color of linear-gradient(to right, #b92b27, #1565c0). The login card is given the styles of width as 500px, padding as 40px, position as absolute, background color as #191919, text-align as center to centralize the text, transition as 0.25s, and margin-top as 100px. The title of the card is given a style set of font color as white, text-transform as uppercase to automatically transform the text to uppercase, and font-weight as 500. The input text fields are given the styles of text-align as center, border as 2px solid #3498db, width as 250px, font color as white, and border-radius as 24px. In a focus event, the width of the text fields changes to 300px, and the border-color to #2ecc71. The 'Login' button changes its background color to #2ecc71, in a hover event. Source: https://bbbootstrap.com/snippets/animated-login-form-95290954
This is an example of a web sign-in form with social media logins, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of linear-gradient(to right, #0a346d, #1598ef). The sign-in card is given a box-shadow style of 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1), whereas the title of the sign-in card is displayed using the styles of margin-bottom as 2rem, font-weight as 300, and font-size as 1.5rem. The 'Sign in' button is created as a primary type button and given the styles of font-size as 80%, border-radius as 0rem, letter-spacing as .1rem, font-weight as bold, padding as 1rem, and transition as all 0.2s. The Google button is given a background color of #ea4335, while the Facebook button is given a background color of #3b5998. The text style for the buttons is set as uppercase to automatically transform the text to uppercase. The labels of the input text fields are displayed using a font color of #495057. The input text fields take a box-shadow effect of 10px 0px 0px 0px #ffffff, in a focus event. Source: https://bbbootstrap.com/snippets/signin-form-social-login-72108315
This is an example of another login form with a background image, designed using CSS, HTML, and Bo0tstrap framework 4. The background image is imported to the code with its URL while the media quarries are used to increase the responsiveness of the form. The 'Sign in' button is given a border-radius of 25px. The form is divided into two sections and the left section is given a background color of aquamarine, while the right section is given a background color of gray. The input text is displayed using a font-color of #495057. The header of the account details section is displayed using the styles of font color as #fff, and font-weight as 200. The account description text is displayed with the styles of font color as #fff, margin-bottom as 4%, and font-weight as 200. The button is created as info type Bootstrap buttons. Source: https://bbbootstrap.com/snippets/login-form-background-image-15064663
This is an example of another signup form with sidebar image, designed using Bootstrap framework 4, CSS, and HTML. The sidebar image is imported to the code with its URL and media quarries have been used to increase the responsiveness of the form. The background color of the form is set as #8E24AA. The form container is given a box-shadow style of 1px 1px 5px rgba(0, 0, 0, 0.1), whereas the information form is given a style set of display as table-cell, width as 400px, background-color as #ffffff, padding as 40px 60px, and color as #505e6c. The title of the form is displayed using the styles of font-size as 24px, and line-height as 1.5. The input text fields are given a border-bottom style of 1px solid #dfe7f1 and a text-indentation value of 6px. The agreement text is displayed using the styles of font-size as 13px, and line-height as 20px. The 'Signup' button takes a transform effect of translateY(1px), in the active mode. Source: https://bbbootstrap.com/snippets/bootstrap-create-account-sidebar-image-15398911