This is an example of a meet our team layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The profile images and font styles are imported to the code with their URLs. The form is given a height of 800px, and background color as #319ac6. The form title is displayed using a font color of #fff. The user profile cards are given a box-shadow style of 0 4px 0 #2b86a. The profile cards are given a wrap which appears on top of the user card, in a hover event. The wrap is given a transition value of all .3s ease. The user name on the wrap is displayed with a font-size of 24px, whereas the designation is displayed with a font-size of 14px, and font color of #555659. Each wrap is also given a set of social media icons with a width and height of 40px, and a box-shadow of 0 3px 0 rgba(0, 0, 0, .1). The icons are given background colors of #3262b9, #3dd7e5, #e23535, and #069, which turn to #2d57a5, #27d2e2, #de2020, and #005580 respectively, in a hover event. The user image turns its opacity to 0, on hover.
Source: https://www.bootdey.com/snippets/view/meet-our-team-with-hover-effect#css
This is another example of a price plan layout, designed using CSS, HTML, and Bootstrap framework 4. The images and font styles are imported to the code with their URLs. The form consists of four different price cards. The card icon is given a style set of display as inline-block, font-size as 35px, width and height as 100px, font color as #ffffff, line-height as 76px, border as 12px solid #ffffff, border-radius as 50% to get the circle shape, box-shadow as 0 0 3px #cccccc, and transition as all .3s, The profile icons are given different background colors as #67a8e4, #f06292, and #009688. The price card title displayed with a font-size of 15px, and a text-transform style as uppercase to automatically convert the text to uppercase. The price cared details are displayed using a muted text. Four types of 'Signup' buttons are also given to the four cards as primary, dark, pink, and teal.
Source: https://www.bootdey.com/snippets/view/bs4-beta-pricing#css
This is an example of a pricing card layout, designed using HTML, CSS, and Bootstrap framework 4. The form title is displayed with the styles of font color as #1d2025, position as relative, font-size as 24px. The form description displayed with the styles of font-family as "Montserrat", sans-serif, font color as #8b8e93, font-size as 14px, and font-weight as 300. The price card is given the styles of background color as #f5f5f6, and padding as 40px 35px. The price card is given a transform style as rotate(45deg). The price card title is displayed with a font-size of 26px, and a font-weight of 600. The price card button is given a style set of font-size as 11px, border-radius as 100px, and font color as #fff. The card button is created as a primary type button and take the background color of #0cc652, in a hover event. The price is displayed with a font-size of 16px, and a font-weight of 300.
Source: https://www.bootdey.com/snippets/view/pricing-tables#css
This is an example of a schedule table layout, designed using HTML, CSS, and Bootstrap framework 4. The item images and font styles are imported to the code with their URLs. Media quarries have been used to increase the responsiveness of the form. The form is given a navbar to select the dates of the week and six schedule cards to display the scheduled events. The navbar is given a border-bottom style as 2px solid #104455. The navbar items are given a style set of font-size as 12px, text-align as center, text-transform as uppercase to automatically convert the text to uppercase, font color as #3d3d3d, font-weight as 500, and cursor style as pointer to get the hand cursor effect on hover. The active tab of the navbar is displayed with a background color of #104455, and font color of #fff. The other tabs take the background color of #46c1be, and font color of #fff, in a hover event.
Source: https://www.bootdey.com/snippets/view/schedule-table#css
This is an example of a vertical profile header, designed using HTML, CSS, and Bootstrap framework 4. The profile image is imported to the code with its URL. 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 navbar, in an orderly manner. The upper section of the header is given a background color of #40E0D0, whereas the lower section of the header is given a background color as #20B2AA. The profile name is displayed using a font color of #fff, and a font-weight of 700. The navbar items take a box-shadow style of 0 -2px 0 #26B4FF inset, on hover and focus events. Media quarries have been used to increase the responsiveness of the form. The user description and other text lines are displayed using a muted text style.
Source: https://www.bootdey.com/snippets/view/bs4-vertical-profile-header#css
This is an example of a shopping cart form, designed using CSS, HTML, and Bootstrap framework 4. The images and font styles are imported to the code with their URLs. The shopping cart table consists of the product details, price, input text field to enter quantity, total amount, and 'Checkout' button. The body of the form is given a background color as #eee. The table is given a box-shadow style as 0 1px 15px 1px rgba(52,40,104,.08). The product color, size, and ship from labels are displayed using a muted text. The cart is also given an input text field to enter the promo code. The 'Checkout' button is created as a primary type button in the HTML, whereas the 'Back to Shipping' button is created as a default type button. The total price and discount amounts are displayed using a text-style as strong, to highlight the text.
Source: https://www.bootdey.com/snippets/view/bs4-cart#css