This is an example of a simple individual user profile in a social network, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code using their URLs. The body of the form is given the styles of background as #654ea3, background color as linear-gradient(to right, #e96443, #904e95), and min-height as 100vh. The text in the profile header is given a font color as white and the profile head is given a transform style as translateY(5rem). The no of photos, following, and followers are given a font-weight as bold to highlight the text. The about section is given a font style of Italic. The 'Show All' button is set as a muted text link, which takes an underline effect, in a hover event. The Edit Profile button is also set to take a fill effect, in a hover event. Source: https://bbbootstrap.com/snippets/individual-user-profile-social-network-94176986
This is an example of Our Services cards with a folding hover effect, designed using HTML, CSS, and Bootstrap framework 4. The form consists of three Our Services cards. The body of the form is given a background color as #000000. The card title is given a font color as #ec5626, whereas the card content section is given the styles of color as #ec5626, and text-align as center. In a hover event, the content text takes a font color as #000000. The service cards are given the styles of padding as 60px 30px, position as relative, font-size as 100%, color as #999, background as transparent, transition as all ease .5s, and border as 1px solid #ec5626. In a hover event, the background color of the card turns to #ec5626. The folded corner takes the styles of color as #000, and transform as scale(1.5), in a hover event. Source:https://bbbootstrap.com/snippets/our-services-card-onhover-foldable-using-font-awesome-icons-45454600
This is an example of a sidebar template with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The logos are imported to the code with their URLs. The card is given the styles of box-shadow as 0 2px 3px rgba(0, 0, 0, 0.03), and transition as .5s. The card title has the styles of font-family as Roboto, sans-serif, font-weight as 300, line-height as 1.5, padding as 15px 20px, and border-bottom as 1px solid rgba(77, 82, 89, 0.07). The card title is given a font-size as 15px. The card is split into four rows, which are given a padding style as 16px 12px, and transition as background-color .2s linear. The card row titles are given the styles of font-size as 16px, font color as #313944, and font-weight as 400. In a hover event, the background color of the each row changes to #f9fafb. Source:https://bbbootstrap.com/snippets/sidebar-card-open-positions-software-companies-55643232
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 testimonials template with hover animations, designed using HTML, CSS, and Bootstrap framework 4. CSS styles and images are imported to the code with the URLs. The testimonial cards take a rotate animation in a hover event. The body of the form is given a background color of #E9EAEA.The header of the form is given the styles of color as black, and text-shadow as 2px 2px 2px violet. The testimonial cards are given the styles of as 24%, height as 550px, border-radius as 10px, background-color as white, display as inline-block, margin-left as 15px, and box-shadow as 15px 8px 15px brown. The profile images are given a border-radius value as 50% to get the circle shape. The profile names are given a font-size as 20px, font-weight as bold, and font color as darkblue. The location is displayed in the font color of darkorange, whereas the content is given a font-size as 18px, and font color as darkslategrey. In a hover event, the background color of the cards turns to aquamarine, while the cards take a transform effect of rotate(-10deg), to imply the rotate animation. The animation duration is set to 3s. Source: https://bbbootstrap.com/snippets/awesome-testimonial-template-43488673