This is an example of a Blog layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The CSS and Bootstrap styles are imported to the code with their URLs. The background form is given the styles of height as 105px, width as 100%, and background-color as #ffffff. The inner box of the blog card is given the styles of padding as 0 40px 35px, background-color as #fafafa, and border-radius as 10px. The image box is given a background color of #9C27B0 to appear only in a hover event. The image is given a transition value of all 500ms ease. In a hover event, the image takes a transform effect of scale(1.1), and an opacity value of .5. The information box has the styles of width as 100%, background-color as #ffffff, transform as translateY(-50%), min-height as 80px, padding-top as 20px, text-align as center, border-radius as 5px, and box-shadow as 0 18px 28px rgba(11,11,77,.14). The blog card title is given the styles of font-size as 18px, line-height as 25px, color as #12114a, font-weight as 500, and margin-bottom as 18px. In a hover event, the card title takes the color of #9C27B0.
Source: https://www.tolmatol.com/bootstrap-blog-example-using-bootstrap-4/
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/
This is an example of a portfolio image card layout, designed using HTML, CSS, and Bootstrap framework 4. The images and Bootstrap styles are imported to the code with their URLs. Media quarries are used to increase the responsiveness of the form. The background form is given the styles of background-color as RGB(255, 255, 255), color as RGB(27, 27, 27), display as flex, flex-direction as column, height as 100%, padding as 20px, position as absolute, transition as all 0.4s ease-in-out 0s, and width as 100%. The image card title has the styles of font-size as 16px, margin-bottom as 5px, and transition as all 0.4s ease-in-out, whereas the content is given the styles of color as #6b6b6b, transition as all 0.4s ease-in-out, and font-size as 13px. In a hover event, the portfolio card takes a filter with a background color of rgba(17, 214, 240, 0.65), over its image card and turns the styles of the title and the content section to color as #ffffff, font-size as 20px, and color as #fff, font-size as 16px, respectively.
Source: https://www.tolmatol.com/portfolio-using-html-css/
This is an example of another restaurant food menu layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts, Bootstrap and CSS styles are imported to the code with the URLs. The menu items are added to a table layout. The menu item description section is given the styles of padding-right as 5px, font-family as 'Roboto Condensed', sans-serif, font-weight as bold, text-align as left, font-size as 20px, display as table-cell, width as 10%, line-height as 15px, and text-align as left. The dotted line is given the styles of display as table-cell, width as 88%, and border-bottom as 1px dotted #000. The menu item names are added as links in HTML, to be redirected into an external page. The section of the menu item has the styles of text-align as left, font-size as 24px, color as #F44334, and font-weight as 600.
Source: https://www.tolmatol.com/food-menu/
This is an example of a restaurant menu layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS, and Bootstrap styles are imported to the code with their URLs. The item image is given the styles of width as 70px, border-radius as 50% to get the circle shape, and transition as all 0.3s. In a hover event, the image takes the styles of transform as translate(0,-4px), and box-shadow as 3px 4px 10px -5px #505050. The name line of the food item is given the styles of padding-top as 8px, font-family as 'Roboto Condensed', sans-serif, font-size as 21px, font color as #333333, and font-weight as 500. It takes the color of #e52233, in a hover event. The price section of the menu item is given the styles of padding-top as 8px, font-family as 'Roboto Condensed', sans-serif, font-size as 22px, color as #f44336, and font-weight as 600. Media queries are used to increase the responsiveness of the form.
Source: https://www.tolmatol.com/restaurant-menu-design/