This is an example of a bootstrap contact form designed using HTML, CSS, and Bootstrap framework 4. The fonts and background images are imported to the form with their URLs. 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 icons in an orderly manner. The contact form container is given the styles of background as #F4F3F3, and font-family as 'Lato', sans-serif. The Contact-US label is given a background colors of #C3E0EC, #F8B7D8, and #9ED8EB. The label title is given a font-size as 1.5rem, font color as white, and transform as rotate(-90deg) to make the label vertical. The social media icons bar is given the height and width of 25px. The header title is given a font color of #444, whereas the input fields have the styles of height and line-height as 40px, border-bottom as 1px solid rgba(68,68,68,.3), font-size as 1rem, and color as rgba(68,68,68,.8). The button is given the styles of border-radius as 20px, bottom as -20px, background as #9ED8EB, color as white, font-size as 1.1rem, and font-weight as 300. Source: https://codepen.io/rickyeckhardt/pen/rNVOrBL
This is an example of a segmented control interface designed using HTML, CSS, JavaScript and Bootstrap framework 4. The icons are imported to the code with their URLs. 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 segments in an orderly manner, whereas JavaScript functions have been used to implement the segmentation animations. The body of the form is given the styles of width as 100%, height as 100vh, display as flex, justify-content as center, align-items as center, and background as #1355f6. The button container is given height and a width of 350px. The list items are given the styles of font-family as "montserrat", font color as #1355f6, and cursor as pointer to get the hand cursor effect. The border-radius for the selected area in the button container is given as 35px. The support buttons are given a color of #e1f2fb, and font-size as 1.8rem, which take a transforming effect of scale (1.1). Source: https://codepen.io/dev_loop/pen/ExjPNva
This is an example of a Neuomorphic style card layout, designed using HTML, CSS, and Bootstrap framework 4. The images and icons have been imported to the code with their URLs. The body of the form is given the styles of background-color as #ebf5fc, and font-family as 'Rajdhani', sans-serif. The box container is given the styles of padding-top as 20px, padding-bottom as 20px, border-radius as 6px, background as #ebf5fc, box-shadow as inset 8px 8px 15px #D9E3EC, border as 1px solid #c3f9f3, and an animation of rotate-center 4s linear infinite both, which changes its box-shadow value to inset -2px -2px 5px white, inset 3px 3px 5px rgba(0, 0, 0, 0.1), in a hover event. The icon set box has the styles of border as 1px solid #cac8c8, and border-radius as 50% to get the circle shape. The card heading has the styles of text-align as center, text-transform as uppercase to convert the text to uppercase, padding-top and bottom as 20px, letter-spacing as 3px; font-weight as bold, color as #6b6aa0, and font-size as 18px. The subheading is given a font color of #635f82, whereas the heading name is given the color #99a9b5. Source: https://codepen.io/uiswarup/pen/poJoRaV
This is an example of a responsive email template with a basic customer receipt designed with HTML, CSS, and Bootstrap framework 4. An external CSS style sheet has been imported to the HTML code. The images and fonts are also imported to the code whereas the media queries have been used to increase the responsiveness of the form. The form is given a background color of #f5dbce. The receipt information is given a font color of #718096, whereas the customer information is given the styles of font-weight as 600; text-align as right; width as 50% and align as right. The styles for the information display form is set as background-color as #edf2f7, height as 2px, line-height as 2px, and font-size as 14px. The check-in and check-out lines are given the styles of color as #a0aec0; font-size as 10px, text-transform as uppercase to automatically convert to uppercase, and letter-spacing as 1px, whereas the date information lines have the styles of font-weight as 600, and color as #000000. The total value has the styles of font color as #68d391 and font-size as 20px. Source: https://codepen.io/maizzle/pen/zmjjyJ
This is an example of a full-screen slideshow with animations, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images have been imported to the code with their URLs. JavaScript functions have been used to implement the switch slides function on “Previous” and “Next” buttons. The body of the form is given the styles of background as RGB(21, 32, 43), and font-family as sans-serif. The switch buttons are given the styles of margin as 1rem, background as rgba(255,255,255,0.2), height as 2rem, font color as #fff, border-radius as 1rem, and cursor as pointer to get the hand cursor effect. The slides are given the styles of font-size as 3rem, color as #fff, font-weight as bold, and text-shadow as 5px 5px 10px, with a transform value of scale(0.85), which changes to scale(1), when they are active. The first two slides are given different linear-gradient background colors, whereas the other two are given background pictures. The code blocks in the second slide are given different styles as well as the font family as Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace.Source. https://codepen.io/_marcba/pen/OJVJYaL
This is an example of a simple bootstrap login form, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The body is given the styles of background as rgba(241, 242, 246,1.0), and font-family as sans-serif. The signup section is given a style set of width as 1100px, and height as 500px, background as white, and box-shadow as 0px 0px 30px 20px rgba(0,0,0,.12). The color of the card header is set as color: rgba(164, 176, 190,1.0). The icon at the top is given the styles of height as 75px, width as 75px, line-height as 75px, border as 2px solid red, and border-radius as 50% to get the circle shape. The input field has the styles of width as 85%, padding-left as 20px, color as rgba(47, 53, 66,1.0), and font-size as 20px, whereas the Enter button is given the styles of height as 40px, width as 230px, border-radius as 75px, margin as 20px auto, background as rgba(255, 107, 129,1.0), and font color as white. Source: https://codepen.io/rickyeckhardt/full/dyoyooe
This is an example of a ticket cards layout form with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The images are imported to the code with their URLs. 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 cards in an orderly manner, whereas the media queries are used to increase the responsiveness of the form. The colors are predefined as $blue: #0a4870, $blue2 : #e3ebf1, $black: #000, $grey : #7d7d7d, $grey2 : #f0f0f0, $grey3 : #e8e7e7, $grey4 : #fdfdfd, $bluegrey : #49606e, and $orange: #ec992c. The form is given a font family as 'Sofia', sans-serif. The card title is given the styles of color as #0a4870, and font-weight as 500. The ticket card is given a background color as $blue, and a transition as .3s. The Reserve button is given the styles of text-transform as uppercase to convert the text to uppercase, font-weight as bold, font-size as 1.3em, color as white, and cursor as pointer to get the hand cursor effect, which takes the styles of background as white, border as 0px solid white, and color as $blue, in a hover event. Source: https://codepen.io/RemiRuc/pen/PowrNmb
This is an example of a ping animation card, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The icons and images are imported to the code with their URLs. 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 icons in an orderly manner. The colors and fonts are predefined as variables. JavaScript functions have been used to implement ping functions. The background color of the form is set as #EADBC9. The ping container is given the styles of position as relative, width as 200px, height as 300px, background-color as #E30074, border-radius as 6px, and padding as 30px. The title of the ping is given the styles of font-size as 16px, and line-height as 18px, whereas the number is given a font-size as 65px, and line-height as 50px, with an animation of .animation (ping, .3s, 1, normal, forwards, ease). The chart has the styles of margin-top as 40px, border-bottom as 2px solid #E8338F, and padding-bottom as 5px. Source: https://codepen.io/builtbymax/pen/zYxgqBa