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/
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/
This is an example of a submission form with validation, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS styles, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font-size as 18px, and font-family as 'Poppins', sans-serif. The input fields are given the styles of position as relative, display as block, width as 100%, font-size as 14px, color as #bbbbbb, line-height as 20px, padding as 15px 28px, border as 1px solid #bbbbbb, background-color as #ffffff, font-weight as 400, border-radius as 25px, and transition as all 300ms ease. The input fields take a border-color of #ff7e00, in a focus event. The text area for the message field has the styles of height as 200px and padding-top as 25px. The Submit button is given the styles of text-transform as capitalize to make the first letter of each word uppercase, font-size as 14px, padding as 15px 50px, and line-height as 20px. Source: https://www.tolmatol.com/request-a-call-back/