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
This is an example of a half-page image slider with a dynamic navbar, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The webform consists of three slides with images. 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 slides and navigation items, in an orderly manner. The header title of the form is given a font-weight as light. The main navbar is given a padding-left style as 50px, and a padding-top style as 20px. The background images are imported to the code using the URLs. The font-family for the navbar is given as 'Source Serif Pro', serif. JavaScript functions have been used to implement the functionality of the slider. The .active class has been added to make the carousel visible. Source: https://bbbootstrap.com/snippets/half-page-image-slider-dynamic-navbar-74751043
This is an example of a draggable grid layout with image cards, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The form consists of image cards, which can be moved and replaced. The images are imported to the code with their URLs. JavaScript sortable library has been used to implement the drag and drop feature of the form, whereas media quarries have been used to increase the responsiveness of the form. The body of the form is given a background color of #f9f9fa. The image cards are given the styles of border-radius as 5px, box-shadow as 0 1px 20px 0 rgba(69, 90, 100, 0.08), and margin-bottom as 30p. The card block is given the styles of padding as 1.25rem, and background-color as #fff. The cursor style for the mouse cursor is given as ‘move’ so that the cards would be able to be moved using the mouse cursor. The image cards are also given a box shadow as 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05). Source: https://bbbootstrap.com/snippets/draggable-grid-cards-64396890
This is an example of a simple signup form with a side image, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL. The body of the form is given a background color of lightgrey, whereas the card is given a background color of #fff. The form consists of six input text fields and a primary type button. The title of the form is given the styles of font-weight as bold, and color as #ff39c2. The button is given a height of 50px, width of 100%, font-size of 15px, and a background color as #6200EA. The sign-in text is given a text-decoration style as underline, and font color as #ff39c2. The input fields are given a box-shadow style of 0px 0.1px 0px 0px #dae0e5. The input fields are also given a transform style of translate3d(0, -100%, 0). Source: https://bbbootstrap.com/snippets/bootstrap-signup-form-side-image-59894099
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