This is an example of a web form with date picker with click and drag options, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The icons are imported to the code with their URLs. JavaScript functions have been used to implement the click and drag functions of the calendar. The background color of the form is given as #eee. The calendar is given a style set of font-size as 3vw, display as grid, grid-template-columns as repeat(7, 1fr), grid-gap as 0.25em 0, margin as auto; padding as 1em, background as #FFF, box-shadow as 0 1em 2em hsla(0, 0%, 0%, .25), and border-radius as .5em. A selected date takes the background color of #00AEF2. If a date range is selected, the dates between the start date and end date take the opacity value of 0.5. The grid-column-start point is given as 4, to start the first child of the calendar from the fourth column.
Source: https://codepen.io/team/keyframers/pen/qBEKMbo
This is an example of an animated photo gallery with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the form with their URLs, whereas the media queries are used to increase the responsiveness of the form. The body of the form is given the styles of background as #222, font-family as "Fira Sans", sans-serif, and padding-right as 2rem. The image gallery is given a max-width of 1300px. The image wrapper is given the styles of justify-content as flex-end, background as #222, border-right as 2px solid #333, and position as relative. The image name is given the styles of text-transform as uppercase to automatically convert the text to uppercase, font-size as 40px, letter-spacing as 2px, and color as transparent. The first strip of images is given an animation of 60s move-it ease alternate infinite 5s, with a transforming effect of translateY(2%), whereas the second one is given 58s move-it-2 ease alternate infinite 5s with transform as translateY(-50%). The third one has an animation of 70s move-it ease alternate infinite 6s, with transform as translateY(2%), while the fourth one is given 65s move-it-2 ease alternate infinite 5.5s, with transform as translateY(-50%). The animation-play-state of the images become paused, in a hover event.
Source: https://codepen.io/oliviale/pen/RwNOPvx
15. https://webdesignerwall.com/create-snippet?snippet_id=7914
This is an example of an image card layout form with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The icons and images are imported to the form with their URLs. The font style for the form is given as 'Segoe UI', sans-serif. The background of the form is given two colors; #444, and #f2f2f2. The gray shaped area is given the styles of top as -200px, left as -450px, width as 3000px, and height as 530px. The white shaped area is given the styles of top as 135px, left as calc(50vw - 150px), height as calc(350px + 4vw), and width as 300px. The content section has the styles of display as inline-block, margin-top as calc(50% + 4vw), width as 80%, height as 40%, padding as 0 10%, text-align as left, and color as #444. The name title is given the styles of color as #222, font-size as 25px, and font-weight as normal. The description is given a font-size of 15px. The icons are given a cursor style as pointer to get the hand cursor effect and change their color into #222, in a hover event.
Source: https://codepen.io/Pedru/pen/XWJGpqz
This is an example of an image card layout form with hover effects, designed using HTML, CSS, and Bootstrap framework 4. Media queries have been used to increase the responsiveness of the form, whereas the fonts and images are imported to the code with their URLs. The font sizes are predefined as --font-sans: 'Rubik', sans-serif, and --font-serif: 'Cardo', serif. The image cards are placed in a grid layout. The page content is given the styles of display as grid, grid-gap as 1rem, padding as 1rem, max-width as 1024px, and font-family as var(--font-sans). The title of the card has the styles of font-size as 1.3rem, font-weight as bold, and line-height as 1.2. The card description has the styles of font-family as var(--font-serif), font-size as 1.125rem, font-style as italic, and line-height as 1.35, whereas the button is given the styles of cursor as pointer to get the hand cursor effect, margin-top as 1.5rem, padding as 0.75rem 1.5rem, font-size as 0.65rem, and text-transform as uppercase to convert the text to uppercase. The button takes the background color of lighten(black, 5%), in a hover event and outline of 1px dashed yellow, in a focus event. The image cards take a transforming effect of translateY(-50%), in a hover event.
Source: https://codepen.io/hexagoncircle/pen/XWbWKwL
This is an example of a bootstrap statistical card layout form with hover effects, designed using HTML, CSS, and bootstrap framework 4. The icons, background image, and fonts are imported to the form 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 details in an orderly manner. There are altogether 79 cards in the form with different background colors. The form title has the styles of font color as white, and margin-top as 2e. The cards are given a transition effect of margin 0.5s ease,box-shadow 0.5s ease, and box-shadow style as 0px 0.2em 0.4em RGB(0, 0, 0,0.8). In a hover event, they takes the styles of margin-top as 0.5em, and box-shadow as 0px 0.4em 0.5em RGB(0, 0, 0,0.8). The card number is given a font-size of 2.2em, whereas the card title is given a font-size of 1em.
Source: https://codepen.io/ArielDavid/pen/BaBjVEr