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 price ticket form with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The 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 ticket details in an orderly manner. The form is given a background color of #fafafa, whereas the price block is given the styles of position as relative, background-color as #ffffff, padding as 30px 30px 25px, max-width as 300px, border as 1px solid #dddddd, box-shadow as 0 20px 40px rgba(0,0,0,0.07), and transition as all 500ms ease. The price block takes a box-shadow effect of 0 0 0px rgba(0,0,0,0.07), in a hover event. The card title has the styles of font-size as 20px, line-height as 1.2em, font color as #212639, font-weight as 500, and text-transform as uppercase to convert each letter of the word to uppercase. The price label takes the effects of padding-right as 80px, whereas the But Ticket button takes the effect of transform as scale(1, 1), in a hover event. Source: https://www.tolmatol.com/price-ticket/