This is an example of a login form with a background image, designed using CSS, HTML, and Bootstrap framework 4. The background image is imported to the code using its URL. The body of the form is given a background color of #f3f2f2. The information container is given a box-shadow value of 0px 2px 6px -1px rgba(0,0,0,.12). The background image is given a width of 220px. The title of the form is displayed using the font color of #92aad0. The details section is displayed using the font-size of .875rem, and a font-weight of 400. The 'Login' button is given a background color of #92aad0. The font color of the button gets changed to #fff, on hover, and active events. The 'Forgot password' link is displayed with the styles of font-size as .875rem and font color as #6582B0. The link turns its font color to #426193, on hover event.
Source: https://mdbootstrap.com/snippets/jquery/marta-szymanska/357171
This is an example of a registration form with multiple steps, designed using CSS, Html, JavaScript, and Bootstrap framework 4. The background image is imported to the code with its URL. The form consists of the stepper to access multiple steps, input text, fields, and ‘Previous’ and 'Next' buttons. The header is displayed using a font-size of 50px. The JavaScript methods have been used to implement the functionality of the indicators and buttons. The input text fields take a background color of #ffdddd when the entered input format is invalid or blank. In a hover event, the 'Previous' button takes the styles of background-color as #f8f9fa, font color as #78909c, border as 2px solid #78909c, whereas the 'Next' button takes the styles of background-color as #f8f9fa, color as #28a745, and border: value as 2px solid #28a745. The multiple steps of the registration process are indicated by color dots, which are given a background color of #bbbbbb. In the active mode, the indicator dot changes its opacity to 1. The registration successful message is displayed in the color of #00c851.
Source: https://mdbootstrap.com/snippets/jquery/pjoter-2-0/796355#js-tab-view
This is an example of another profile card with caption and hover effects, designed using CSS, Html, and Bootstrap framework 4. The profile image and font style is imported to the form with their URLs. The body of the form is given a background color of #212121. The profile card is given a style set of background-color as #ffffff, height as 300px, width as 500px, transition-duration as 2s, and border-radius as 5px. The profile image is given a border style of 8px solid white, border-radius of 240px, and a transition duration value of 1.5s. In a hover event, the profile image takes a margin-left style of 200px, to create the hover effect. The profile name is displayed using a font-family style of 'Roboto', sans-serif, and a font-weight of 200, whereas the profile designation is displayed using the style set of font-family as 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, background-color as black, font color as white, font-size as 25px, height as 50px, and width as 400px.
Source: https://mdbootstrap.com/snippets/jquery/charkiewicz/925996#js-tab-view
This is another example of an e-commerce shopping card form, designed using CSS, Html, and JavaScript framework 4. The product images have been imported to the code with their URLs. The form consists of product images, quantity pickers, input text fields, and a 'Buy Now' button. The product name and price are given a font-weight style as bold. The cursor style for the buttons is set as cursor to get the hand cursor effect on hover. Media quarries have been used to increase the responsiveness of the form, for mobile users. The input text fields are given a border style of 2px solid #4285f4, to be active on focus event. The 'Buy Now' button is created as a primary type button in Html. The quantity picker takes a border color of #212529, in a focus event. The user is given the ability to either pick the quantity from buttons or enter the quantity directly into the field.
Source: https://mdbootstrap.com/snippets/jquery/marta-szymanska/731529#js-tab-view
This is an example of a Facebook type image gallery layout, designed using Html, CSS, and Bootstrap framework 4. It can be used to display a set of images, similar to the image gallery layout given on Facebook. The images are imported to the code with their URLs. The body of the form is given the styles of background-color as #e9ebee, and font color as #1d2129. The page/ band name is displayed using the font color of #365899., font-size of .9rem, and font-weight of 700. The post text is displayed using a font size of .875rem. The header section is given a style set of width as 100%, height as 48px, background-color as #4267b2, and font color as #fff. The images are displayed in a grid layout where the grid-gap is defined as 5px. The input text field is given a font-size of .785rem.
Source: https://mdbootstrap.com/snippets/jquery/bartek-malanowski/512377#js-tab-view
This is another example of a registration form, designed using Html, CSS, JavaScript, and Bootstrap framework 4. The form consists of input text fields and a 'Sign Up' button. The information card is given a border style of 1px solid #dadce0. The slogan is displayed with the styles of color as #3c4043, font-weight as 500, and font-size as .875rem. The 'Sign Up' button is given a border color of #dadce0. In a hover event, the button takes the styles of background-color as #f6f9fe, and border-color as #d2e3f. In the active mode, it takes the styles of background color as #e4eefd, and border color as #d2e3fc. The input text fields are also given a border style of #ced4da, whereas the input text is displayed using a font-size of .875rem, and a line-height of 1.5. In a focus event, the input text fields take a border value of #4285f4, and a box-shadow inset 0px 0px 0px 1px #4285f4. JavaScript methods have been used to implement the functionality of the input text fields.
Source: https://mdbootstrap.com/snippets/jquery/bartek-malanowski/280980#js-tab-view
This is an example of a profile card with rotating animation, designed using JavaScript, html, CSS, and Bootstrap framework 4. The user profile picture is imported to the code with its URL. The body of the form is given a background color of rgb(255, 255, 255), and a font color of rgb(0, 0, 0). JavaScript methods have been used to implement the flipping animation on hover. The profile card is given a transform-style as preserve-3d. The front side and the back side of the card is given separate styles. Both front and back sides are given a box shadow of 0px 1px 10px -2px rgba(0,0,0,0.43). The header section is given a background color of #d32f2f, box-shadow style of 0px 10px 20px 0px rgba(0,0,0,0.43), and transform style of translateY(-25px). The profile name is displayed using a font-size of 30px. In a hover event, the card takes a transform effect of translateY(-100%) rotateY(180deg), to create the rotate animation.
Source: https://mdbootstrap.com/snippets/jquery/tomekmakowski/346089#js-tab-view
This is an example of a stylish registration form with a background image, designed using CSS, Html, and Bootstrap framework 4. The form consists of a navbar, search bar, input text fields, and 'Sign Up' button. The background image has been imported to the code with its URL and media quarries have been used to increase the responsiveness of the form. The body of the form is given a linear gradient color as linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%). . 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 navbar items in an orderly manner. The information card is given a background color of rgba(126, 123, 215, 0.2). The font-weight of the form title is set as bold to highlight the text whereas the description is displayed with a line-height of 1.7
Source: https://mdbootstrap.com/snippets/jquery/mdbootstrap/102382#js-tab-view
This is an example of a vertical registration form with steps, designed using JavaScript, CSS, Html, and Bootstrap framework 4. The form consists of a stepper to indicate the steps and input text fields to enter relevant details. The functionality of the stepper has been implemented using JavaScript methods. The stepper is given a background color of #7283a7, and a height of 50px. The individual steps in the stepper are indicated by buttons, which are given a height and a width of 60px, border style of 2px solid #59698D, background color as white, border-radius as 50% to get the circle shape, and padding as 18px 18px 15px 15px. In a hover event, the stepper circles change their border value to 2px solid #4285F4. The users are given the ability to switch between the steps by clicking on the relevant stepper circle, where only the relevant information form is displayed according to the step.
Source: https://mdbootstrap.com/snippets/jquery/piotr-glejzer/72
This is an example of a profile card with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The profile image and font styles are imported to the code with their URLs. The body of the form is given the styles of background-color as #212121, and font-family as 'Roboto', sans-serif. The profile picture is given the styles of width as 100px, height as 100px, border-radius as 50px to get the circle shape, and border as 2px solid white. The title of the profile is displayed using the styles of font color as white, font-size as 1.3rem, and font-weight as 400, whereas the subtitle is given the styles of color as #c45c00, font-size as 0.9rem, and font-weight as 500. The profile card is given the styles of height and width of 300px, and a grayscale filter of grayscale(70%) blur(8px). In a hover event, the profile card takes a transform effect of scale(1.3).
Source: https://mdbootstrap.com/snippets/jquery/charkiewicz/940342#js-tab-view
This is an example of a page menu with a corner effect, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The font style is imported to the code with its URL. The form is given a background color of #212121. The menu list is given the styles of font-family as 'Raleway', Arial, sans-serif, text-align as center, text-transform as uppercase to automatically convert the text to uppercase, font-weight as 500, and letter-spacing as 1px. The menu items are displayed using a font color of rgba(255, 255, 255, 0.5). The menu items take a border-right and a border-top effect of 3px solid #9b59b6 to create the corner effect, in the active mode as well as the hover mode. The opacity of the menu items also gets changed to 1 on hover. JavaScript methods have been used to implement the corner effect only on individual items at a time.
Source: https://mdbootstrap.com/snippets/jquery/charkiewicz/870091#js-tab-view
This is an example of an image hover with a title slide effect, designed using CSS, HTML, and Bootstrap framework 4. The form consists of three images, which are imported to the code with their URLs. The font style is also imported to the code using its URL. The images are given the styles of font-family as 'Raleway', Arial, sans-serif, position as relative, margin as 10px, min-width as 220px, max-width as 310px, max-height as 220px, background as #000000, font color as #ffffff, text-align as center, box-shadow as 0 0 5px rgba(0, 0, 0, 0.15). The header titles are given a font-weight of 400, and a test-transform style as uppercase to automatically convert all the letters to uppercase. The three titles are given three different background colors as #0a212f, #36100c, and #583804. The images change their opacity to 1, and takes a transform effect of scale(1.1) on hover, whereas the title takes transform effect of skew(-10deg) rotate(-10deg) translate(-150%, -50%), to implement the sliding effect.
Source: https://mdbootstrap.com/snippets/jquery/charkiewicz/831872#js-tab-view