This is a template of a web form with bordered line buttons with a corner tab, designed using CSS, HTML, and JavaScript. There are four buttons in the form; submit, read more, add to cart and subscribe. The fonts are imported to the form with their URLs whereas JavaScript functions have been used to implement the mouse hover effects. The form is given a background color of #212121. The tabs are given the styles of font-family: 'Roboto', Arial, sans-serif, color: #ffffff, cursor: pointer to get the hand cursor, padding: 0px 40px, display: inline-block, margin: 15px 30px, text-transform: uppercase to automatically transform the text to uppercase, line-height: 2.7em, letter-spacing: 1.5px, font-size: 1em, font-size: 16px, border: 3px solid #fff, background-color: transparent, border-radius: 15px 0 15px 15px, and transition: all 0.3s. In a hover event, the border of the tabs take the color of #c87f0a.
This is an example of a card layout with an image, title, and subtitle with a hover effect, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of font-family as 'Montserrat', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 230px, max-width as 315px, color as #fff, text-align as left, font-size as 16px, and background as #000. The image has the styles of vertical-align as top and backface-visibility as hidden. The title has the styles of font-size as 1.1em and font-weight as normal whereas the subtitle is given the font size .8em and text-transform as uppercase to automatically transform the text to uppercase. The image takes a filter effect of alpha (opacity=20) in a hover event with the title and subtitle appearing in it.
This is another example for a card layout with an image, and a title with a hover effect, designed using CSS, HTML, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given they styles of font-family as 'Poppins: 400,700', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 250px, max-width as 310px, width as 100%, background-color as #000000, color as #ffffff, text-align as left, font-size as 16px, and box-shadow: 0 0 5px rgba(0, 0, 0, 0.15). The image has the styles of vertical-align as top and max-width: 100%. The header inside the image has the styles of font-size as 44px, font-weight as 400, line-height as 1, letter-spacing as 1px, text-transform as uppercase, and margin: 3px 0. The title 1 is given a font weight of 700, title 2 is given a font weight of 300 and a color of #a58e7c, and title 3 is given a font weight of 700 and a font size of 25px. The image takes a transformation of scale(1.3) rotate(5deg), in a hover effect. Source: https://littlesnippets.net/snip1581
This is another example of a card layout with a profile image with a title and social icons, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given they styles of font-family as 'Open Sans', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 230px, max-width as 315px, width as 100%, color as #000, text-align as left, font-size as 16px, background as #fff, and border-radius as 5px. The image has the styles of max-width as 35%, margin-top as -15px, margin-left as 60%, margin-bottom as 15px, backface-visibility as hidden, vertical-align as top, and border-radius as 5px. The header inside the image is given a font size of 1.1em and the icons are given the size 1.6rem and the color #ccc. In a hover effect, the icons take the color of #2980b9. Source: https://littlesnippets.net/snip1578
This is another example of a card layout with an image, title and subtitle with a quote on hover event, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given they styles of font-family as 'Lato', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 250px, max-width as 310px, width as 100%, background-color as #000000, color as #ffffff, text-align as left, font-size as 16px, and box-shadow as 0 0 5px rgba(0, 0, 0, 0.15). The image has the styles of vertical-align as top and max-width: 100%. The header inside the image has the styles of font-family as 'Oswald', text-transform as uppercase, font-size as20px, font-weight as 400, line-height as 24px, and margin as 3px 0 whereas the subtitle is given the styles font-weight as 400, text-transform as uppercase, color as #bbb, and letter-spacing as 1px. The quote inside is given a text style of Italic. In a hover event, the background of the card turns to background-color: rgba(0, 0, 0, 0.75). Source: https://littlesnippets.net/snip1579
This is another example of a card layout with an image, title, and position with a hover effect, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given they styles of font-family as 'Raleway', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 250px, max-width as 310px, background-color as #000000, color as #ffffff, text-align as left, font-size as 16px, and box-shadow: 0 0 5px rgba(0, 0, 0, 0.15). The image has the styles of vertical-align as top and max-width: 100%. The header inside the image has the styles of font size as 20px, font-weight as 400, line-height as 20px, and margin as 3px 0 whereas the subtitle is given the styles of font-weight as 400, margin as 0, color as #bbb, and letter-spacing as 1px. In a hover event, the background of the card turns to #fff where the color of subtitles turns to #333. Source: https://littlesnippets.net/snip1580