• Latest
  • Featured
This is an example of a simple footer with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The font, CSS and Bootstrap styles are imported to the code with their URLs. 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 child elements of the footer, in an orderly manner. The background color of the form is set as #fff, whereas the footer logo is given the styles of font-size as 1.8em, font-weight as 600, color as #333, margin-bottom as 22px, and display as block. The footer is given the styles of background as linear-gradient(to right,#fff 0,#535df1 50%,#fff 100%), height as 5px, width as 100%, and position as absolute. The child elements of the footer have the styles of font color as #6d6e71, font-size as 15px, and line-height as 30px. In a hover event, the child elements take the styles of font color as #27aae1, with a transition value of all 1s. Source: https://www.tolmatol.com/free-snippets-footer-design/
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 login web page, designed using HTML, CSS, and Bootstrap framework 4. The font, background image, CSS, and Bootstrap styles are imported to the form 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 'Poppins', sans-serif, font-weight as 400, background as the URL of the image, background-size as cover, height as 100vh, width as 100%, and background-position as center. The content section on the left pane is given a font-size of 14px. The Facebook, Google, and Twitter buttons are given three different background colors as #4c699e, #da573b, #1daee3, with a border value as solid 1px, and change their background colors and border values to #47618d, and solid 1px #3c5173, #be5238, and 1px #9b4631, #3997ba, and 1px #347b95, respectively in a hover event. Source: https://www.tolmatol.com/bootstrap-snippets-login-form/
This is an example of another Contact Us form, designed using HTML, CSS, and Bootstrap framework 4. The image, font, Bootstrap and CSS styles are imported to the code with their URLs. The body of the form is given the styles of font-family as 'Poppins', sans-serif, and font color as #fff. The form is given the styles of background-color as #484848!important, padding as 20px, and font color as #ddd. The input text fields are given the styles of background as #4b5054, color as #fff, and min-height as 45px. In a focus event, the text fields take the styles of border-color as #673ab7, background as #2e3133, and font color as #fff. The text field label is given a font color of #ddd. The submit button is given a font-size of 16px, and a padding value of 10px 20px. The text rows have the styles of margin as 12px 0px, and line-height as 1.6. Source: https://www.tolmatol.com/contact-us-using-html-css/
This is an example of a simple animated Contact Us form, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The font, Google map, and Bootstrap styles are imported to the code with the URLs and the media quarries have been used to increase the responsiveness of the form. The font style of the form is given as 'Poppins', sans-serif. The JavaScript functions have been used to implement the blur and focus functions of the map. The form group is given the styles of border-bottom as solid 2px #ccc, position as relative, and margin-top as 30px. The data input field title is given the styles of font color as #333 and transform as translateY(-50%), which takes the background color of #00BCD4, in a hover event. The input placeholder line also takes a background color of linear-gradient(120deg, #2196F3, #3F51B5), and a transition value .5s, in a hover event. The Submit button is given a font-size of 21px, and a padding of 8px 20px. Source: https://www.tolmatol.com/animated-flat-contact-us-form/