This is another example of an accordion, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. Materialize UI component library has been used in CSS to design the interface of the accordion whereas the JavaScript functions have been used to implement the accordion expand features. 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 accordion items in an orderly manner. The body of the form is given the styles of font-family as 'Open Sans', sans-serif, color as rgba(0,0,0,0.8), line-height as 1.5, and font-size as 14px. The title of the form is given the styles of text-align as center, font-size as 1.5rem, padding as 0px 30px, and font-family as "Quicksand", with the text-transform set as uppercase to automatically convert the text to uppercase. The text color of the title is set as #1E4A6F. The cursor style is given as pointer for the accordion blocks to get the hand cursor effect. The accordion item blocks take a box shadow effect of 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15), in the active mode. Source: https://codepen.io/renanpupin/pen/oXmPWL
This is another example of an accordion layout, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. JavaScript functions have been used to implement the accordion expanding functions. 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 accordion items in an orderly manner. The body of the form is given the styles of font-family as Helvetica, arial, sans-serif, background-color as #000, height as 100%, and a linear gradient background as linear-gradient(to bottom, #020111 10%,#3a3a52 100%). The accordion is given a max-width of 500px. The title of the accordion is given the styles of font-family as 'industry', sans-serif, font-weight as 300, color as #fff, text-transform as uppercase to automatically convert the text to uppercase and font-size as 1.125em. The accordion has four child elements each of which are given individual titles. The accordion child element titles are given the styles of font-family as 'industry', sans-serif, font-weight as 300, and font-size as 1em. Source: https://codepen.io/aderaaij/pen/QybEQo
This is another example of an accordion layout with 3D paper folding effect, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images are imported to the code with their URLs, whereas JavaScript functions have been used to implement the paper folding effect. The body of the form is given the styles of background-color as #202B2E, display as flex, justify-content as center, align-items as center, height as 100vh, and font-family as 'IM Fell French Canon'. The background color of the Details section is set as White. A transform-style for the accordion is given as preserve-3d to help get the 3D effects. The cursor style for the image card is given as pointer to get the hand cursor effect. The image card displays the card title with a border-bottom style as 2px solid #D8303D, and changes the opacity to 1, in a hover effect. The card title is given a transition of all .4s ease-in-out, whereas the card details section is given the styles of color as white, font-style as italic, padding-top as 10px, font-weight as 400, and transition as all .5s ease-in-out .2s. Source: https://codepen.io/paweltar/pen/EyVrmm
This is another example of a web form with an accordion feature, designed using CSS, HTML, and Bootstrap framework 4. The fonts and 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 child elements of the accordion in an orderly manner. The body of the form is given the styles of font-family as 'Lato', sans-serif, and background as #e74c3c, whereas the title of the form is given the styles of color as #fff, text-align as center, margin-top as 2em, font-weight as 200, and font-size as 80px. The wrapper section of the accordion is given a background color of #3D464E. The cursor style for the accordion child elements is set as pointer to get the hand cursor effect. The child elements are given the styles of border-right as 1px solid #3D464E, float as left, overflow as hidden to hide the details in normal state, height as 177px, width as 72px, transition as all 0.5s ease, and background as #fff. In a hover event, the items take a width of 350px to expand the details. Source: https://codepen.io/larrygeams/pen/DyiBb
This is an example of a web form with an accordion feature, which gets activated on hover, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #222. The accordion item is given a style set of font-family as "PT Sans" sans-serif, background-image as linear-gradient (90deg, #eee, #f5f5f5, #eee), border-bottom as 1px solid #666, padding as 1em, and color as #eee, whereas the accordion header title is given a margin as 0. The accordion is given 4 child elements and each of the element is given a background color of HSL(200, 80%, 60%), HSL(280, 60%, 45%), HSL(40, 80%, 40%), and HSL(80, 40%, 40%), respectively. The overflow of the child elements is defined as hidden to hide the details in normal state and the transition style is defined as height .25s, to expand the details in a hover event. The 3rd child element is given the style of height as 6em to expand the details by default. Source: https://codepen.io/uniqname/pen/gKmpz
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