This is an example of an e-Commerce product card with an animation effect, designed using HTML, CSS, and Bootstrap framework 4. It can be used to showcase the e-commerce products stylishly. The product image has been imported to the code with its URL. The body of the form is given a background color of #B71C1C. The product card is given the styles of height as 420px, width as 320px, background-color as #C62828, border-radius as 10px, and a transform effect of skewY(345deg), to create the hover animation. In a hover event, the image changes its width to 80%, creating the hover effect. The justify-content and align-items styles have been set as center to centralize the elements. The 'Buy Now' button is created as a success type button and given a style set of font color as #fff, background-color as #ef5350, border-color as #ef5350, and width as 160px. In a hover event, the button takes the background color of #e84040 and the border-color of #e84040. Source:https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-card-animation-effect-30372547
This is an example of our team Section with hover animation, designed using CSS, HTML, and Bootstrap framework 4. The font style and member images are imported to the form using their URLs. The body of the form is given a style set of font-family as 'Noto Sans HK', sans-serif, and height as 1000px. The form heading section has the styles of width as 100%, height as 80px, background-color as cadetblue, and font color as white. The member cards are given a width of 33.33335%, height of 330px, border-radius of 8px, and the cursor style is set as pointer to get the hand cursor effect on hover. The profile name is displayed using a font-size of 30px, and font color of #f4511e. The backside of the profile cards is given a background color as #bcaaa4. The member cards take a transform effect of perspective(600px) rotateX(180deg), to implement the flipping animation, in a hover event. The Facebook, LinkedIn, and Twitter icons also change their background color to #3B558D, #007BB6, and #2CAAE1, respectively, on hover. Source: https://bbbootstrap.com/snippets/our-team-section-animation-38917236
This is an example of a credit card template with a hover animation, designed using CSS, HTML, and Bootstrap framework 4. The image of the credit card is imported to the code using its URL. The form is given a height of 100vh, and background color of #E1F5FE. The credit card is given a style set of padding as 10px, width as 350px, height as 80px, and border-radius as 10px. The card type is displayed using the styles of font color as #ccc, and font-size as 15px. The card number is displayed using the styled of line-height as 17px, and font color as #ccc. The upper section of the card is given an animation style of height 1s ease-in forwards, whereas the card-details section is given the styles of card-details 1.5s ease-in forwards. In a hover event, the card number takes the styles of top as 45%, and position as relative. Source: https://bbbootstrap.com/snippets/bootstrap-credit-card-animation-hover-effect-12294813
This is an example of a simple payment card, designed using CSS, HTML, and Bootstrap framework 4. The card image is imported to the code with its URL. The body of the form is given a background color of #ffffff, whereas the payment card is given the styles of background-color as #fff, width as 300px, border-radius as 15px, 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 user name is displayed with the styles of font-size as 15px, and color as #403f3f. The total amount due text is displayed with the styles of font color as #137ff3, and font-size as 12px, whereas the due amount is displayed using the styles of font color as #007bff, font-weight as bold, and font-size as 18px. The 'Other amount' input text is given a font-size of 18px, and a font-weight style as bold. The 'Pay amount' button is created as a primary type button and given a style set of width as 150px, height as 60px, border-radius as 8px, and font-size as 17px. Source: https://bbbootstrap.com/snippets/bootstrap-payment-card-78609579
This is a template of a single product page on an e-commerce website, designed using HTML, CSS, and Bootstrap framework 4. The font styles and product images are imported to the code using their URLs. The body of the form is given the styles of font-family as 'Rubik', sans-serif, font-size as 14px, font-weight as 400, background color as #FFFFFF, and font color as #000000The product name is displayed with the styles of font-size as 20px, and font-weight as 400. The rating review line is given a font color of #5b5b5b. The product prize is given a font-size of 30px and a font-weight of 500, whereas the discount is given a font-size of 17px, and a font-weight of 300. The image list takes a box-shadow effect of 0px 1px 5px rgba(0, 0, 0, 0.3), in a hover event. The 'Add to cart' and 'Buy now' buttons are created as primary type buttons. Source:https://bbbootstrap.com/snippets/ecommerce-single-product-page-design-template-64204693
This is an example of a credit card payment form with 4 different options, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The card images are imported to the code with their URLs and used to create the payment options as radio buttons. JavaScript methods have been used to implement the functionality of the radio buttons and validate the formatted input of the card number. The background color of the form is set as #C5CAE9. The heading of the form is displayed using a font-size of 40px. The input text fields are given the styles of border as 1px solid lightgrey, border-radius as 6px, width as 100%, font-family as arial, font color as #2C3E50, font-size as 14px, and letter-spacing as 1px. In a focus event, the text fields take the styles of box-shadow as 0px 0px 0px 1.5px skyblue, font-weight as bold, and border as 1px solid #304FFE. Input text field labels are given the styles of line-height as 48px, font-size as15px, and font color as gray, which changes to #304FFE, in a focus event. The 'Pay' button is given a background color of #304FFE, which changes to #3F51B5, on hover. The radio buttons take a box-shadow of 0px 0px 0px 1px rgba(0, 0, 155, 0.4), and a border effect of 2px solid blue, in the selected mode. Source:https://bbbootstrap.com/snippets/credit-card-payment-form-4-different-options-47317865