This is an example of a photo gallery layout designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images and fonts are imported to the code with their URLs, whereas the JavaScript functions have been used to rotate the image cards at a random angle. The body of the form is given the styles of font-family as 'Poor Story', cursive, and background as #5b9489. The image card has the styles of margin as 30px, width as 400px, height as 450px, background-color as white, padding as 1rem, and box-shadow as 0 0.2rem 1.2rem rgba(0,0,0,0.2). The image is given a height of 350px and a width of 100%. The caption of the image is given the styles of display as flex, justify-content as center, align-items as center, and font-size as 25px. Source: https://codepen.io/braydoncoyer/pen/yLyQqdR
This is an example of a web form with neuomorphic checkboxes container, designed using HTML, CSS, and Bootstrap framework 4. The icons and fonts 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 icons in an orderly manner. The body of the form is given the styles of display as flex, justify-content as center, align-items as center, min-height as 100vh, and background as #ebf5fc. The checkbox icons are given a background color of #6a9bd8. The checkbox container is given the styles of width and height as 60px, background as #ebf5fc, display as flex, justify-content as center, align-items as center, box-shadow as -2px -2px 5px rgba(255, 255, 255, 1), 3px 3px 5px rgba(0, 0, 0, 0.1), and border-radius as 10px. The checkbox icons take a box-shadow effect of -2px -2px 5px rgba(255, 255, 255, 1), 3px 3px 5px rgba(0, 0, 0, 0.1), when they are in checked mode. Source: https://codepen.io/braydoncoyer/pen/yLyrWOq
This is an example of a neomorphic login web form with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The colors used in the form are predefined as $color-red: #AE1100, $color-bg: #EBECF0, $color-shadow: #BABECC, and $color-white: #FFF. The form is given a background color of $color-bg. The body and button sections are given the styles of font-family as 'Montserrat', sans-serif, letter-spacing as -0.2px, and font-size as 16px. The login button is given a font size as 16px and a padding as 16px, and a background color as $color-bg, and a text shadow as 1px 1px 0 $color-white. The input fields are given a box-shadow of inset 2px 2px 5px $color-shadow, inset -5px -5px 10px $color-white, and a transition value as all 0.2s ease-in-out. The login button is given a cursor style as pointer to get the hand cursor effect in a hover event, font-weight as 600, color as #61677C, transition as all 0.2s ease-in-out, and box-shadow as -5px -5px 20px $color-white, 5px 5px 20px $color-shadow. In a focus event, the box-shadow of the input fields turns to inset 1px 1px 2px $color-shadow, inset -1px -1px 2px $color-white. In hover and active events, the login button takes the styles of box shadow as -2px -2px 5px $color-white, 2px 2px 5px $color-shadow, and inset 1px 1px 2px $color-shadow, inset -1px -1px 2px $color-white. Source: https://codepen.io/swapnet/pen/QWwPVwE
This is an example of a download interaction button with animations, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The icons are imported to the code with their URLs, whereas the JavaScript functions have been used to implement the downloading animation. The body is given the styles of background as #E8EBF3, height as 100vh, font as 400 16px 'Poppins', sans-serif, display as flex, flex-direction as column, justify-content as center, and align-items as center. The download icon box is given a border-radius of 3px, and a box shadow of 0 10px 30px rgba(#000000, 0.2). The download button is given height and width of 55px, background color of #1F242D, cursor as pointer to get the hand cursor effect on a hover event, and a transition value of width .2s ease-in .4s, height .2s ease-in .4s, background .2s ease-in .4s. The arrow in the download button is given a background color of #FFFFFF, height of 15px, and width of 2px. The progress container is given the color of linear-gradient(to right top, #00A7FC, #0070ED). Source: https://codepen.io/milanraring/pen/jOEOmbv
This is an example of a toggle buttons card layout with animations, designed using CSS, HTML, and Bootstrap framework 4. The icons and CSS styles are imported to the code with their URLs, whereas media queries have been used to increase the responsiveness of the form. The form has eight toggle button container cards named as Normal, Transparent, Yes & No, Gravity, Pancake Stacks, Doggo Wants a Treat, Kobe Bryant Tribute, and Beer Pong. The body of the form is given a background color of #2e394d, whereas the toggle button containers are given eight different background colors. The colors are #dec387, #de8797, #87aade, #c5de87, #87ded2, #c487de, #de8787, and #decf87. The title of the toggle button container is given the styles of font as 500 14px 'Rubik', sans-serif, letter-spacing as .5px, text-transform as uppercase, and text-shadow as 0 1px 1px rgba(0,0,0,0.4). The toggle buttons are given the styles of width as 7em, background as #2e394d, height as 3em, display as inline-block, border-radius as 50px, margin as 40px, transition as all .3s ease, transform-origin as 20% center, and cursor as pointer to get the hand cursor effect on a hover event. The toggle buttons take different animations such as rotating, hooping, and rolling over when the buttons are checked as active. Source: https://codepen.io/oliviale/pen/xxboXzo
This is an example of a simple toggle button, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The menu icon is imported to the code with its URL. The JavaScript functions have been used to implement the expand feature of the toggle button. The body of the form is given a background color of #ffffff. The plus icon is given the styles of width as 100px, cursor as pointer to get the hand cursor effect on a hover event, transition as all .3s ease 0s, height as 100px, background color as #ffe581, border-radius as 50% to get the circle shape, display as flex, and position as relative. The line in the plus icon has the styles of width as 6px, height as 50px, background as #000, and border-radius as 10px. The line takes a transform effect of rotate(90deg) when it’s checked to form the links menu. The menu links are given the styles of color as #fff, font-size as 30px, visibility as hidden to be hidden when inactive, transition as .3s ease 0s and transform as scale(.5). Source: https://codepen.io/knyttneve/pen/rGLxbP
This is an example of a simple star rating form, designed using HTML, CSS, and Bootstrap framework 4. The icons are imported to the code with their URLs. The form is given the styles of display as flex, flex-wrap as wrap, height as 100vh, align-items as center, justify-content as center, and padding as 0 20px. The rating label has the styles of cursor as pointer to get the hand cursor effect on a hover event, width and height as 40px, background-size as 76%, and margin-top as auto. The feedback container is given the styles of max-width as 360px, background-color as #fff, width as 100%, padding as 30px, border-radius as 8px, display as flex, flex-direction as column, flex-wrap as wrap, align-items as center, and box-shadow as 0 4px 30px rgba(0,0,0,.05). The container consists of five feedback stars with five emoji’s to appear according to the rating given, which is implemented by the transform styles on the rating labels. Rating 1 has the transform style of translateY(-100px), rating 2 has the transform style of translateY(-200px), rating 3 is given a transform style of translateY(-300px), rating 4 has translateY(-400px), and rating 5 is given the transform style of translateY(-500px). Source: https://codepen.io/knyttneve/pen/EBNqPN
This is an example of a responsive email template with a customer receipt, designed using CSS, HTML, and Bootstrap framework 4. The CSS style sheet is imported to the code from outside, whereas the images and fonts are also imported to the code using URLs. Media queries have been used to increase the responsiveness of the form. The form is given a background color of #f5dbce. The fonts for the form is defined as Roboto, -apple-system, "Segoe UI", sans-serif. The title of the form is given a font-size of 24px, whereas the receipt information section is given a font color of #718096. The customer information section is given the styles of font-weight as 600; text-align as right; width as 50% and align as right. The information container is given the styles of background as #edf2f7, height and line-height as 2px, and font-size as 14px. The check-in and check-out lines are given the styles of color as #a0aec0; font-size as 10px, text-transform as uppercase to automatically convert the text to uppercase, and letter-spacing as 1px, whereas the date information section is given the styles of font-weight as 600, and color as #000000. The total value amount is given the styles of font color as #68d391 and font-size as 20px. Source: https://codepen.io/maizzle/pen/zmjjyJ