This is an example of another pricing table layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS, and Bootstrap styles 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 details in an orderly manner. The body of the form is given the styles of background as #f1f1f1, font-family as 'Poppins', sans-serif, and font-size as 16px. The price line is given the styles of font-size as 2.25rem, font-weight as 600, color as #ff3514, padding as 35px 15px 0, and display as inline-block, whereas the $ mark is given the styles of font-size as 50%, font color as #232323, and padding as 0 0 0 4px. The best seller card has the styles of background as #FFF, border-style as solid, border-width as 1px, border-color as rgb(255, 53, 20), and box-shadow as 0px 0px 52px 0px rgba(28, 28, 28, 0.09). The Sign up button is given a cursor style as pointer to get the hand cursor effect in a hover event, font-weight as 400, font-size as 0.875rem, and box-shadow as 0px 14px 47px 0px rgba(28, 28, 28, 0.24).
Source: https://www.tolmatol.com/price-table-2/
This is an example of a pricing table layout, designed using HTML, CSS, and Bootstrap framework 4. Bootstrap styles and CSS styles are imported to the code with their URLs. The fonts, CSS, and Bootstrap styles 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 details in an orderly manner. The form is given a style set of padding as 20px 0px, position as relative, z-index as 10, background as #e6f8f9, and overflow as hidden. The pricing box is given the styles of padding as 40px, background as #fff, transition as all 0.2s ease, and position as relative, which takes the effect of box-shadow as 0 10px 30px 5px rgba(17,21,23,.1), in a hover event. The title of the price card is given a font-size of 30px, and a font-weight of 700, whereas the subtitle is given the styles of font-size as 18px, margin-top as 5px, font-family as 'Cardo', serif, and font-weight as 700.
Source: https://www.tolmatol.com/price-table-3/
This is an example of a card layout with team profile details, designed using HTML, CSS, and Bootstrap framework 4. The images, fonts, CSS and Bootstrap styles are imported to the code with their URLs. The profile image is given the styles of width as 100%, transform as scale(1, 1), and transition as .5s. The images take a transform effect of scale(1.1, 1.1), to change the scale of the image, in a hover event. The name of the user profile is given a style set of font-size as 18px, text-transform as uppercase to automatically convert each letter of the word to uppercase, font-weight as 700, color as #333333, and transition as .5s. The designation text is given the styles of text-transform as uppercase, font-size as 14px, and font color as #797e82. In a hover event, the background color of the text section turns to #6f0ac8, whereas the font color of the text turns to #fff. The social media icons are given a background color as #6f0ac8, with the opacity set as 0, and the visibility set as hidden to hide when not active. In a hover event on the image, the opacity of the social media icons becomes 1 and the visibility turns to visible.
Source: https://www.tolmatol.com/our-team-with-social/
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 pricing table, designed using HTML, CSS, and Bootstrap framework 4. The Bootstrap styles, CSS styles, and Font styles are imported to the code with their URLs. The form is given the styles of background-color as #eee, and font-family as 'Montserrat', sans-serif. The table heading is given a font color of #3b99e0, whereas the content section is given the styles of text-align as center, max-width as 420px, margin as auto, and opacity as 0.7. The pricing card has the styles of background-color as #ffffff, box-shadow as 0px 2px 10px rgba(0, 0, 0, 0.075), border-top as 2px solid #5ea4f3, and padding as 30px. The banner in the middle price card is given a style set of width as 160px, height as 32px, font-size as 12px, text-align as center, color as #fff, font-weight as bold, box-shadow as 0px 2px 3px rgba(136, 136, 136, 0.25), background as #4dbe3b, transform as rotate(45deg) to rotate the banner, and padding-top as 7px. The price label is given the styles of margin as 15px 0, font-size as 45px, text-align as center, and font color as #2288f9.
Source: https://epicbootstrap.com/snippets/pricing-table
This is an example of a footer layout, designed using HTML, CSS, and Bootstrap framework 4. The icons are imported to the code with their 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 footer items in an orderly manner. The form is given a background color of #ffffff, and font color of #4b4c4d. The social media icons set is given the styles of font-size as 24px, width and height as 40px, line-height as 40px, display as inline-block, text-align as center, border-radius as 50% to get the circle shape, border as 1px solid #ccc, margin as 0 8px, and opacity as 0.75. The social media icons take the opacity value of 0.9, in a hover event. The footer items are given the styles of text-align as center, font-size as 18px, opacity as 0.8, and line-height as 1.6. The footer items take the opacity value of 1, in a hover event.
Source: https://epicbootstrap.com/snippets/footer-basic