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 a testimonials slider layout, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images, Bootstrap and CSS styles are imported to the code with their URLs. JavaScript functions have been used to implement the carousel feature in the slider. Testimonial card is given the styles of background-color as #ffffff, padding as 40px, border-radius as 10px, border as 1px solid #ebebeb, and position as relative. The user image has the styles of width and height as 60px, and border-radius as 100% to get the circle shape. The user name section has the styles of font-size as 20px, and color as #222222, whereas the designation title is given the styles of display as block, font-size as 12px, letter-spacing as 2px, color as #38c3c7, text-transform as uppercase to automatically convert the text to uppercase, and line-height as 18px. The content section is given a font-size of 20px, and a font style as Italic. The slider buttons are given a background color of #c3edee which changes to #38c3c7, when in the active mode.
Source: https://www.tolmatol.com/testimonials-slider/
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/