This is an example of an image gallery layout with expanding hover effects, designed using HTML, CSS, and Bootstrap framework 4. The gallery consists of five image cards with different styles. The images are imported to the code with their URLs. The container is given the styles of width as 100vw, height as 100vh, display as flex, and box-sizing as border-box. The image card is given the styles of width as 20vw, color as #fff, text-align as center, line-height as 100vh, flex-grow as 1, background-size as cover !important, background-position as center, transition as 1s, and background-repeat as no-repeat. In a hover event, the cards take an expanding effect by changing its width to 30vw. The card title is given the styles of width as 100%, transition as 1s, and padding as 20px 25px, which changes to color as #333, and background as rgba(255, 255, 255, 0.8), in a hover event. Source: https://www.tolmatol.com/expand-image-on-hover-flex-css-effect/
This is another example of an Our Services card layout, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The form consists of six columns. The background color of the form is set as #fff. The card title is given the styles of text-transform as uppercase to automatically convert the text to uppercase, font-weight as 700, and margin-bottom as 15px. The Read more button is given a font-size as 14px, whereas the content section is given the styles of opacity as 0, visibility as hidden to display only in a hover event, and transition as all .5s ease-out. In a hover event, the content takes the styles of opacity value as 1, and visibility value as visible. In a hover event, the overlay card gets placed over the image card with a linear gradient background color of linear-gradient(to right,rgba(62,214,115,.5),rgba(157,218,62,.5))!important. Source: https://www.tolmatol.com/gym-services/
This is an example of an image card layout depicting the item category list, designed using HTML, CSS, and Bootstrap framework 4. The images and Bootstrap styles are imported to the code with their URLs. The image is given the styles of width as 100%, and cursor as pointer to get the hand cursor effect in a hover event. The content section of the card is given the styles of position as absolute, width as 100%, text-align as center, transform as translateY(100%), background as #fffffff2, max-width as 80%, margin as 0% 10%, cursor as pointer, border-radius as 5px, padding as 15px 0px, and transition as all .5s. The subtitle of the card is given a text-transform style as uppercase to automatically convert the text to uppercase, whereas the title is given the styles of font-weight as 600, font-size as 22px, and line-height as 1.6. In a hover event, the content section takes the styles of border-radius as 50px, max-width as 90%, and margin as 0% 5% to form an oval shape. Source: https://www.tolmatol.com/bootstrap-snippets-category-list/
This is an example of an image card layout depicting the item categories, with animations, designed using HTML, CSS, and Bootstrap framework 4. The images, font, Bootstrap and CSS styles are imported to the code with the URLs. The image card title has the styles of color as #ffffff, font-size as 20px, and font-weight as 700. The image card container has the styles of width and height as 100%, background as #222222, transition as 0.5s, and opacity as .45. The image card also acts as a link to its respective collection, which can redirect the users to an external link. The card image is given width as 100% to cover the whole card and a transition value as 0.5s. In a hover event, the image card takes a transform value of scale(1.1), to display a zoom-in effect. Source: https://www.tolmatol.com/bootstrap-categories-snippets-image-over-zoom/