This is an example of a bootstrap timeline layout designed using HTML, CSS, and Bootstrap layout 4. External links 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 and timeline items in an orderly manner. The body of the form is given a style set of display as flex, justify-content as center, align-items as center, min-height as 100vh, and background color #1a1e23. The timeline is given a style set of display as grid to arrange the timeline in a grid layout, gap as 40px, max-width as 600px, font-size as 0.75rem, line-height as 1, font color as white, clip-path as inset(0 0 100% 0), animation as expand 5s forwards linear. The timeline list item is given a font color of #3498db, whereas the timeline line has a background color as white. Source: https://codepen.io/alphardex/pen/bGdNxea
This is an example of a web form with input types and pseudo-elements, designed using HTML, CSS, 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 icons and elements in an orderly manner. There are eight types of inputs and elements displayed on the form, which are text¸ radio, checkbox, range, color, button, text area, and Select. The wrapper class is given the styles of max-width as 600px, margin as 2rem auto 1rem. The header of the form is given a text-align style as center. The list items are displayed in a grid, and the number of columns for the grid is defined as 2. The grid-gap is set as 1rem, with the font-style for the list items is set as 16px/1.4 Arial, sans-serif. An outline style of 1px solid #DDD is set for the list item box, with a padding value as .5rem. Source: https://codepen.io/yoksel/pen/eYNmRNe
This is an example of a form with radio buttons with animations, designed using HTML, CSS, and Bootstrap framework 4. The type of buttons is defined as radio. The background image is imported to the code with its URL, whereas media queries have been used to increase the responsiveness of the form. The body of the form is given a style set of position as 50% 50%, color as #381803, display as flex, font as 1em Nunito, sans-serif, height as 100vh, and line-height as 1.5. The buttons are given the styles of max-width as 10em, padding as 1.5em 0, position as relative, and border-radius as 50% to get the circle shape. The button label is given the styles of cursor as pointer to get the hand cursor effect, display as flex, letter-spacing as 0.1em, width and height as 1.5em, box-shadow as 0 0 0.75em #000 inset and text-transform as uppercase to convert the text to uppercase. The color of the radio button ball is set as #2762f3. The radio ball is given a wobble effect as wobble# {$s} 0.5s linear forwards. Source: https://codepen.io/jkantner/pen/oNXjjZM
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 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