This is an example of a card layout that displays the team profile, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS and Bootstrap styles, images, and icons are imported to the code with their URLs. The form is given the styles of background-color as #ffffff, text-align as center, box-shadow as 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 ), border-radius as 10px, padding as 40px 0 35px 0, and margin-bottom as 30px. The team member image is given a border-radius as 100% and a width as 100% to get the circle shape. The profile name is given a font-size of 22px, whereas the designation is given the styles of font-size as 14px, color as #fb5c71, text-transform as uppercase to automatically convert all the letters to uppercase. The Facebook, Instagram, and Twitter icons are givene different background colors such as #3973e8, #f74d91, and #29bfe8.
Source: https://www.tolmatol.com/our-team-3/
This is an example of a simple user profile card with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The image is imported to the code with its URL, whereas media quarries are used to increase the responsiveness of the form. The body of the form is given the styles of min-height as 100vh, and a linear background as linear-gradient(transparent, rgba( 110, 110, 110, .3)), linear-gradient(100deg, rgba(250, 214, 195, .8) 30%, #B0EAE8 120%). The profile card header is given the styles of background as #272727, border-left as 0.625rem solid #97ece1, padding: 1.5em 1.5em 1em, and text-align as center. The image card container is given the styles of display as block, width, and height as 9.5rem, background as rgba(250, 214, 195, 1), and border as 0.375rem solid rgba(250, 214, 195, 1). The image is given a grayscale filter. The profile header title has the styles of color as #f3f3f3, font-size as 1.5rem, margin-top as 0.8em, and font-family as 'Oswald', sans-serif. The paw and heart icons are given a transform style of scale(1.2), in a hover event. The Full Adoption Profile link takes the styles of border-top-color as #222, and border-bottom-color as #fdc1a0, in a hover event.
Source: https://codepen.io/meowwwls/pen/reQQeb
This is an example of a quote cards grid layout with the content displayed in an accordion, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The quotes are imported to the code with the URL, whereas the JavaScript functions have been used to implement the accordion expand feature. The body of the form is given the styles of background as #e6e6e6, padding as 50px 0, font-family as 'Noto Serif', serif. The quote cards can be displayed either in card layout or row layout. The quote grid is given the styles of max-width as 1000px, margin as 0 auto, font-family as 'Noto Serif', serif, theme-color-primary as #383838, and color as #414141. The quote caption has the styles of color as #414141, font-size as 40px, and font-weight as bold. The quote cards take the styles of border-radius as 10px, margin as 10px, and box-shadow as 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09), in the card layout. The accordion of the card is given the styles of position as relative, display as block, background as #f7f7f7, border-radius as .25em, cursor style as pointer to get the hand cursor effect, margin-bottom as .125em, padding as .75rem 1em, z-index as 20, border as 1px solid #cccccc, text-align as center, and font-size as 13px, which takes the background color of #ccc, in a hover event.
Source: https://codepen.io/zinggrid/pen/ZVJZEM
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 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