This is an example of a service or product billing/checkout page, designed using HTML, CSS, and Bootstrap framework 4. The form consists of radio buttons, input text fields, and a primary type button. The card images are imported to the code with their URLs. The body of the form is given the styles of font as 300 18px/1.5 'Muli', sans-serif, font color as RGB(0, 0, 0), background as linear-gradient(138deg, #EC407A 60%, #7C4DFF 60%), and height as 100%. Media quarries have been used to increase the responsiveness of the form. The information card is given a background color as white. The information card is split into two cards, left and right, and given a border-top style pf 1px solid #ccc. Some elements of the form have been given a cursor style as pointer to get the hand cursor effect in a hover event. Source: https://bbbootstrap.com/snippets/service-or-product-billing-checkout-page-29315671
This is an example of a grid view container with images and hover effects, designed using CSS, HTML, and Bootstrap framework 4. The container consists of three cards. The images are imported to the code with their URLs. The header title of the form is displayed using a font-size of 1.6667em. The body of the form is given the styles of font as 75%/150% "Lato", Arial, Helvetica, sans-serif, background-color as #fff, and font color as #838383. The content of the cards is displayed using the styles of font-size as 1.0833em, line-height as 1.6666, and margin-bottom as 15px. The price section of each card is displayed using a font color of #7db921, a font-size of 1.6667em, and a text-transform style is given as uppercase to automatically convert the text to uppercase. The 'Book' button is given the styles of display as inline-block, background as #d9d9d9, font-size as 0.8333em, line-height as 1.8333em, and text-align as center, which takes a background color of #98ce44, in a hover event. Source: https://bbbootstrap.com/snippets/grid-view-container-font-awesome-65969883
This is an example of a credit card checkout with formatted input, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The card image is imported to the code with its URL while the media quarries have been used to increase the responsiveness of the form. JavaScript methods have been used to validate the number format of the card number text field. The body of the form is given the styles of font color as #000, and background-color as #EF5350, whereas the payment card is given the styles of padding as 30px 25px 35px 50px, border-radius as 30px, box-shadow as 0px 4px 8px 0px #B71C1C,and margin-top and bottom as 50px. The input text fields are given a border-bottom style of 1px solid lightgrey, font color of #000, font-size of 16px, letter-spacing of 1px, and a font-weight of 500. In a focus event, they take a border-bottom style of 1px solid #EF5350. The 'Pay' button is given a border-radius of 50px, font-size of 18px, and a background color of #EF5350, and takes a box-shadow effect of 0 0 0 2px #EF5350, in hover and focus events. Source: https://bbbootstrap.com/snippets/credit-card-checkout-formatted-input-51353295
This is an example of a simple payment credit card form, designed using CSS, HTML, and Bootstrap framework 4. The payment card is given the styles of position as relative, display as flex, flex-direction as column, word-wrap style as break-word to allow long words to be able to break and wrap onto the next line, background-color as #fff, border as 1px solid #c8ced3, and border-radius as .25rem. The card consists of the card header, input text fields, and two buttons.The card header is given the styles of padding as .75rem 1.25rem, background-color as #f0f3f5, and border-bottom as 1px solid #c8ced3. In a focus event, the input text fields take the styles of font color as #5c6873, background-color as #fff, border-color as #c8ced3, and box-shadow as 0 0 0 #F44336. The 'Continue' button is created as a success type button while the 'Reset' button is created as a danger type button. Source: https://bbbootstrap.com/snippets/simple-payment-credit-card-form-41641728
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