• Latest
  • Featured
This is an example of a user profile with animation, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. Media quarries have been used to increase the responsiveness of the form whereas the imported to the code with their URLs. JavaScript functions have been used to implement the fade-in animation. The body of the form is given the styles of background-color as black and font-family as 'Roboto', sans-serif. The card container is given a linear gradient color as (to bottom, #e53935, #3949ab), and font color as white. The name title is given the styles of width as 90%, background-color as RGB(255, 255, 255, 0.2), font-size as 3vw, font color as black, animation-name: first, animation-duration as 1s, and animation-fill-mode as forwards. The bio details are displayed using a font-size of 1.2vw, whereas the stats are displayed with the styles of background-color as #e53935, font color as gold, height as 3vw, animation-name: fourth, animation-duration as 1s, animation-fill-mode as forwards, and animation-delay as 2s. Source: https://bbbootstrap.com/snippets/player-profile-using-animation-40230486
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 a card header with tabs, designed using HTML, CSS, and Bootstrap framework 4. The card consists of three tabs. The body of the form is given the styles of font-family as "sans-serif", font-size as .88rem, font-weight as 400, line-height as 1.5, color as #495057, text-align as left, and background-color as #E91E63. The card is given the styles of box-shadow as 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03), and transition as all .2s. The card title has the styles of text-transform as uppercase to automatically convert the text to uppercase, color as rgba(13, 27, 62, 0.7), font-weight as bold, and font-size as .88rem. The card footer is given the styles of padding as .75rem 1.25rem, background-color as #fff, and border-top as 1px solid rgba(26, 54, 126, 0.125). The three tabs are given a font size as 0.8rem, and they take box-shadow effect of 0 0 0 0 rgba(82, 88, 93, 0.5), in a hover event. Source: https://bbbootstrap.com/snippets/card-header-tabs-24201356
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 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