• Latest
  • Featured
This is another example of a pricing table with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The form consists of three price 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 price cards, in an orderly manner. Media quarries have also been used to increase the responsiveness of the form. The form is given a background color of #000. The price cards are given a background color of #fff. Two of the cards are given the color of #f6f6f6 as the color of the header, whereas the card in the middle is given a header background color of #f74f57. The header title is displayed using the styles of font-family as "Raleway", sans-serif, font-size as 28px, font-weight as 400, letter-spacing as 2px, and text-transform as uppercase to automatically convert the text to uppercase. The price is displayed using the font style of "Lato", sans-serif, and font-size of 28px. The left and right side cards turn the color of their headers and 'Sign up' buttons to #f74f57, in a hover event. Source: https://bbbootstrap.com/snippets/pricing-table-hover-effect-69254954
This is an example of a pricing table template, designed using CSS, HTML, and Bootstrap framework 4. The form consists of three pricing cards that take a scale-up effect in a hover event. The body of the form is given a background color of #C9D6FF. 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 price cards, in an orderly manner. The 'Signup' button is displayed using a background color of #C64545, the font color of #fff, and a border-radius of 20px. The price card headers are given a text style as light and font-weight as normal. In a hover event, the price card takes a transform effect of scale(1.05), to create the scale-up effect. Each price card is given a deco-layer that takes a transform effect of translate3d(15px, 0, 0), in a hover event. Source: https://bbbootstrap.com/snippets/pricing-table-template-62499869
This is an example of a set of cards which takes an expanding animation, in a hover event. It is designed using CSS, HTML, and Bootstrap framework 4. The card images are imported to the code with their URLs. The body of the form is given a background color of #FFFACD. The title is given a style set of font-weight as 100, text-align as center to bring the text the center of the form, font-size as 40px, font-family as "Times New Roman", Times, serif. The card list title is displayed using a font-size of 20px, and an opacity of 0.8. The card list is given a display style as block, opacity as 1, transition style as 0.25s ease-in-out opacity, 0.25s ease-in-out filter, and the pointer style as cursor to get the hand cursor effect in a hover event. In a hover event, the three cards in the card list, take transform and rotate effects to create the expanding effect, individually. The rest of the cards take a filter of grayscale(100%), and opacity of 0.25, while the cursor is placed over one card set, making the selected card list highlighted and the others blurred. Source: https://bbbootstrap.com/snippets/shop-brand-hover-animation-21837534
This is an example of an animated login form, designed using CSS, HTML, and Bootstrap framework 4. 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 social media icons, in an orderly manner. The body of the form is given a font style of sans-serif, and background color of linear-gradient(to right, #b92b27, #1565c0). The login card is given the styles of width as 500px, padding as 40px, position as absolute, background color as #191919, text-align as center to centralize the text, transition as 0.25s, and margin-top as 100px. The title of the card is given a style set of font color as white, text-transform as uppercase to automatically transform the text to uppercase, and font-weight as 500. The input text fields are given the styles of text-align as center, border as 2px solid #3498db, width as 250px, font color as white, and border-radius as 24px. In a focus event, the width of the text fields changes to 300px, and the border-color to #2ecc71. The 'Login' button changes its background color to #2ecc71, in a hover event. Source: https://bbbootstrap.com/snippets/animated-login-form-95290954
This is an example of a set of social media buttons with a 3D flipping animation, designed using HTML, CSS, and Bootstrap framework 4. Media quarries are used to increase the responsiveness of the form. The form consists of five buttons named as Facebook, Instagram, YouTube, Whatsapp, and Pinterest. The buttons are given different background colors as #3b5998, #3f729b, #ff0000, #4dc247, and #cb2027. The body of the form is given a background color as #f7f6f6. The text on the buttons is given a font-size of 20px, and a font-weight style as bold. Each card is given a transform style as rotateY(180deg) to be active on hover, which rotates the buttons by 180 degrees and creates the flipping animation. The CSS styles have been given to both the front and back sides of the buttons, separately. The buttons are given a border value as 1px solid #eee, box-shadow style as 5px 6px 6px 2px #e9ecef, and the cursor style as pointer to get the hand cursor effect in a hover event. Source: https://bbbootstrap.com/snippets/bootstrap-social-media-icons-3d-flips-78890278
This is an example of a contact us form, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #ffffff, whereas the information card is given a style set of padding as 8%, padding-top as 35px, margin-top as 60px, and margin-bottom as 80px. The input text fields are given the styles of background-color as #616161, border-color as #616161, and font color as #BDBDBD. In a focus event, the input fields take the color of background-color as #000000, and font color as #BDBDBD. The border color of the fields also takes the background color as it inherits the color from the background. The email text field is given a height of 45px, whereas the message text field is given the height of 120px. The 'Submit' button is created as a Submit type button and given a background color of #5C6BC0, and font color of #ffffff. Source: https://bbbootstrap.com/snippets/contact-us-form-74769228
This is an example of a web sign-in form with social media logins, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of linear-gradient(to right, #0a346d, #1598ef). The sign-in card is given a box-shadow style of 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1), whereas the title of the sign-in card is displayed using the styles of margin-bottom as 2rem, font-weight as 300, and font-size as 1.5rem. The 'Sign in' button is created as a primary type button and given the styles of font-size as 80%, border-radius as 0rem, letter-spacing as .1rem, font-weight as bold, padding as 1rem, and transition as all 0.2s. The Google button is given a background color of #ea4335, while the Facebook button is given a background color of #3b5998. The text style for the buttons is set as uppercase to automatically transform the text to uppercase. The labels of the input text fields are displayed using a font color of #495057. The input text fields take a box-shadow effect of 10px 0px 0px 0px #ffffff, in a focus event. Source: https://bbbootstrap.com/snippets/signin-form-social-login-72108315