This is an example of a responsive mailbox layout, designed using CSS, HTML, and Bootstrap framework 4. The images and fonts are imported to the code with their URLs. Media quarries are used to increase the responsiveness of the form. The body of the form is given the styles of font-family as 'Roboto', sans-serif, font-size as .9em, font-weight as 400, and color as #797979. The panelist on the left side is given the styles of line-height as 40px, margin as 5px 0px, padding as 0px 8px, border-radius as 4px, and cursor as pointer to get the hand cursor effect. The panel items take the background color of #fff, in a hover event. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the panel items in an orderly manner. Each mail section is given a different border-left color for identification purposes. Source: https://www.tolmatol.com/bootstrap-snippets-responsive-mail-inbox/
This is another example of an Our Services card layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The fonts are imported to the code with its URL. The section title is given the styles of padding-bottom as 25px, text-transform as uppercase to automatically convert the text to uppercase, font-weight as 600, and font-size as 30px.The service section content has the styles of max-width as 450px, font-size as 16px, and line-height as 30px. Each service section is given an overlay section which has the styles of visibility as hidden, opacity as 0, background as linear-gradient(to right, #2196F3 0%, #64B5F6 100%), box shadow as rgba(0, 0, 0, 0.10) 0px 15px 45px 0px, transform as translateY(20px), and transition as .4s. In a hover event, the overlay section changes its opacity to 1 and gets a transform effect of translateY(10px), and gets displayed over the service section. Source: https://www.tolmatol.com/bootstrap-snippets-our-services-using-html-css/
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 another example of an Our Services layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts are imported to the code with its URL. The services card is given the styles of position as relative, padding as 35px 15px, text-align as center, and border as 2px solid #efefee, whereas the inner icon box has the styles of position as relative, font-size as 60px, color as #009dea, line-height as1em, and margin-bottom as 20px. The title of the services card is given the styles of color as #222222, font-size as 18px, font-weight as 600, and margin-bottom as 15px. In a hover event, the title changes its color to #009dea. The content section of the card has the styles of font color as #888888, font-size as 14px, and line-height as 1.8em. In a hover event over the service card, and outer layer with the background color of rgba(0,0,0,0.80), and opacity of 1, and a transform value of perspective(400px) rotateX(0deg), gets displayed over the inner card. Source: https://www.tolmatol.com/our-services/
This is an example of an Our Services layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The font style is imported to the code with its URL. The layout consists of three columns. The font style for the web page is given as 'Poppins', sans-serif. The form is given a linear gradient background color of (#6A1B9A, #9C27B0 50%, #fff 50%, #fff). The display style for the services cards is given as flex. The service cards are given the styles of width as 280px, background as #fff, padding as 60px 40px 60px, and box-shadow as 0px 15px 45px rgba(0,0,0,.1). The card number has the styles of font-size as 4em, font-weight as 800, z-index as 1, opacity as 0.2, and transition s 0.5s, which takes the styles of opacity as 1, color as #fff, and transform as translateY(-50px), in a hover event. The image card takes the styles of transform as scaleY(1), transform-origin as bottom, and transition as transform 0.5s, in a hover event to turn the background of the card to #ff226d. Source: https://www.tolmatol.com/our-services-2/
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/