This is an example of a responsive pricing table layout, designed using CSS, HTML, and Bootstrap framework 4. The font style and Bootstrap styles have been 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 card details, in an orderly manner. The form consists of 2 sets of pricing cards. All the price cards take a box-shadow style of 0px 0px 30px rgba(0,0,0, .2), in a hover event. The upper price cards are given the background colors of #EF5A5C, #73A3D4, #65C965, and #808080. The background color of the white pricing cards is set as #dfdfdf. In a hover event, the panel heading section of the white cards take a box-shadow effect of 0px 0px 30px rgba(0,0,0, .05), whereas the body section takes a text-shadow effect of 0px 2px 0px rgba(250,250,250, .9). The 'Buy Now' buttons have been created as danger, success, primary, info, and default type buttons. Source: https://bootsnipp.com/snippets/3xB5q
This is an example of a pricing cards template with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The font and Bootstrap styles have been imported to the code with their URLs. The form consists of three pricing cards. 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 card details, in an orderly manner. The body of the form is given the styles of background color as #cddc36, and font-family as 'Raleway', sans-serif. The title of the form is displayed with the styles of font-size as 36px, font-weight as 800, and font color as #3c2f17. The title of each pricing card is displayed with a font-size of 18px. The price details rows take a box-shadow effect of 0 2px 4px rgba(125,138,164,.06), and a transform effect of scale(1.05), in a hover event. The 'Buy Now' button changes its color to rgba(125,138,164,1), in a hover event. Source: https://bootsnipp.com/snippets/5MWZa
This is an example of a product detail window template, designed using CSS, HTML, and Bootstrap framework 4. The form consists of four product cards. The product images are imported to the code with their URLs. The background color of the form is set as #eee. The product card is given the styles of background-color as #fff, border-radius as 10px to make the corners rounded, width as 190px, and box-shadow as 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19). The upper discount section is given a background color as red and a font-size of 10px. The product name is displayed with a font-size of 13px, and font-weight as bold. The new prize is displayed with a font size of 13px and a font color of red, whereas the old price is displayed with a font size of 8px, and font color of gray. The radio buttons are given a 2px solid border style of their color, which turns to 3px solid, in focus and hover event. Source: https://bbbootstrap.com/snippets/bootstrap-product-detail-window-template-82185599
This is an example of a profile card templates, designed using CSS, HTML, and Bootstrap framework 4. The profile image is imported to the code with its URL. The background color of the form is set as #eee. The profile card is given the styles of background-color as #fff, width as 280px, border-radius as 33px, and box-shadow as 0 4px 8px 0 rgba(0, 0, 0, 0.2). Profile image is given the styles of border-radius as 10px, and border as 2px solid #5957f9. The profile name is displayed with the styles of font-size as 15px, font-weight as bold, and font color as #272727. The user email address is displayed with a font-size of 14px, and font color of grey. The middle container takes the border style of 1px solid #5957f9, in a hover event. The lower tabs are given a style set of font-size as 16px, font-weight as 700, and color as #272727. Each tab takes a border-bottom style of 1px solid #dee2e6, in a hover event. Source: https://bbbootstrap.com/snippets/bootstrap-profile-card-template-hover-11673763
This is an example of a testimonial card format with a flipping animation, designed using CSS, HTML, and Bootstrap framework 4. The user images are imported to the code with their URLs. The card is given an animation to flip between the user information on the front side and testimonial on the backside, on hover. The background color of the form is set as #f7f6f6. The front and back sides of the cards are given the styles separately. The cards are given the styles of width and height as 100%, cursor as pointer to get the hand cursor effect in a hover event, background color as #D50000, font color as #fff, border-radius as 10px to get the rounded corners, transform as rotateY(180deg), border as 1px solid #eee, and box-shadow as 5px 6px 6px 2px #e9ecef. The user name is displayed with a font color of #eee, and a font-size of 10px. The cards are given a transform effect as rotateY(180deg), to get the flipping animation on hover. Source:https://bbbootstrap.com/snippets/bootstrap-client-testimonials-3d-flip-animation-49579340
This an example of another user profile card layout, designed using CSS, HTML, and Bootstrap framework 4. The user images and font 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 information, in an orderly manner. The form consists of four profile cards. Each card is given a user image, user name, location, team member avatar images, contact details section, and social media icons. The body of the form is given a background color of #eee. The user name is displayed with a font color of #f96332, and a font-size of 17px. The profile card has the styles of background color as #fff, transition as .5s, border-radius as .1875rem, display as inline-block, and width as 100%. The user contact details are displayed with a font color of #9e9e9e and a font-size of 16px. Source: https://www.bootdey.com/snippets/view/bs4-agent-cards#css