This is an example of a job application card with buttons and hover effects, designed using HTML, CSS, and Bootstrap framework 4. The logo is imported to the code with its URL. The body of the form is given the styles of font-family as Arial, and background as lightpink, while the log is given a border style of 1px solid #f6f6f6. The card is given the styles of display as block, border-radius as 15px, and padding as 3vh 2vh 7vh 5vh. The heading is given a font-size of 25px and font-weight style as bold. The three buttons are of three types’ success, primary, and danger, which are given three different background colors as #00ff002b, #007bff33, and #dc35452e. The Apply Now and Message buttons are given a font-size as 14px, font-weight as bold, and background colors of #8c02e3, and #dee2e6, respectively. In the active mode, the background color of the Apply button turns to #fff, whereas the color of the Message button turns to #0000008c. Source: https://bbbootstrap.com/snippets/bootstrap-job-card-apply-now-button-94730825
This is a news card template with hover animations, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The fonts, CSS styles, images, and icons are imported to the code using their URLs. JavaScript functions have been used to implement the filling effect of the heart icon, on a click event. The font family style for the form is given as 'Roboto', sans-serif and the body of the form is given a background color as #F2F2F2. The card container is given a width of 350px, and a height of 500px. It takes a box shadow effect of 0 0 45px gray, in a hover event. The header title of the form is given a font-size as 17px. The subtitle of the card is given a font-size as 27px, whereas the 2nd subtitle is given a font-size as 23px, and font color as #E74C3C. The cursor style is given as pointer to get the hand cursor effect. In a hover event, the image and the content section changes its size to 200px, while the image takes an animation of move1 0.5s ease both. Source: https://bbbootstrap.com/snippets/news-card-animation-28849510
This is an example of a draggable grid layout with image cards, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The form consists of image cards, which can be moved and replaced. The images are imported to the code with their URLs. JavaScript sortable library has been used to implement the drag and drop feature of the form, whereas media quarries have been used to increase the responsiveness of the form. The body of the form is given a background color of #f9f9fa. The image cards are given the styles of border-radius as 5px, box-shadow as 0 1px 20px 0 rgba(69, 90, 100, 0.08), and margin-bottom as 30p. The card block is given the styles of padding as 1.25rem, and background-color as #fff. The cursor style for the mouse cursor is given as ‘move’ so that the cards would be able to be moved using the mouse cursor. The image cards are also given a box shadow as 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05). Source: https://bbbootstrap.com/snippets/draggable-grid-cards-64396890
This is a template of a product grid view card for an e-commerce website, designed using CSS, HTML, and Bootstrap framework 4. The product images are imported to the code with their URLs. The body of the form is given the styles of font-family as Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", font-size as .8125rem, font-weight as 400, line-height as 1.5385, color as #333, text-align as left, and background-color as #2196F3. The product card is given the styles of background-color as #fff, border as 1px solid rgba(0, 0, 0, .125), and border-radius as .1875rem. The text is aligned to the center of the card. The card body is given the styles of flex as 1 1 auto, and padding as 1.25rem. The product name and Add to Card button is set to change their font color and background color, in a hover event. Source:https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-grid-view-card-19577966
This is an example of an Allow cookie consent notification template, designed using HTML, CSS, and Bootstrap framework 4. The template is given hover effects, whereas the icon is imported to the code with its URL. The body of the form is given a background color of #BCBCCC. The notification template is given the styles of flex-direction as column, color as #000, background-color as #fff, background-clip as border-box, border as 1px solid #fff, border-radius as 6px, and box-shadow as 0px 0px 5px 0px RGB(161, 163, 164). The font color of the Learn More link is set as #000. The Okay button is given a background color as Dark. In a hover event, Learn More link takes the styles of background color as blue, margin-top as 8px. The flex style for the template is set as flex row, and justify style is given as between align-items-center, in HTML. Source:https://bbbootstrap.com/snippets/bootstrap-allow-cookie-consent-notification-template-61309482
This is another example of an Our Services card layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The fonts are imported to the code with its URL. The section title is given the styles of padding-bottom as 25px, text-transform as uppercase to automatically convert the text to uppercase, font-weight as 600, and font-size as 30px.The service section content has the styles of max-width as 450px, font-size as 16px, and line-height as 30px. Each service section is given an overlay section which has the styles of visibility as hidden, opacity as 0, background as linear-gradient(to right, #2196F3 0%, #64B5F6 100%), box shadow as rgba(0, 0, 0, 0.10) 0px 15px 45px 0px, transform as translateY(20px), and transition as .4s. In a hover event, the overlay section changes its opacity to 1 and gets a transform effect of translateY(10px), and gets displayed over the service section. Source: https://www.tolmatol.com/bootstrap-snippets-our-services-using-html-css/