• Latest
  • Featured
This is an example of a responsive bootstrap footer template with hover animations, designed using HTML, CSS, and Bootstrap framework 4. The icons 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 details in an orderly manner. Media queries have been used to increase the responsiveness of the form. The colors are predefined as $primary-light-blue as #8DB9ED, and $primary-line-color as #ccc. The body of the form is given a style set of the font as 11px "Open Sans", sans-serif, display as flex, flex-flow as column nowrap, and justify-content as space-between. The content of the form is given a text color of #8DB9ED, which changes to #ccc, in a hover event. The footer header title is given the styles of padding as 10px 0 5px 0, color as #fff, and font as 2.3vw "Oswald", sans-serif, whereas the list items have a font-style of font: 1.3em "Open Sans", sans-serif. Source: https://codepen.io/mofny/pen/RWBeLJ
This is an example of a bootstrap footer template with animations, designed using HTML, CSS, and Bootstrap framework 4. The image is imported to the code with its URL. The form is developed using grid layout and the length for the rows is set as 1fr auto. The body of the form is given a style set of background as #F5F7FA, min-height as 100vh, and font-family as 'Open Sans', sans-serif. The footer is given a style set of footer-background as #ED5565, display as grid, position as relative, grid-area as footer, and min-height as 12rem. The footer is given an animation style of bubbles. The font color for the content is set as #F5F7FA. The bubbles have the styles of position as absolute, left as var(--position, 50%), background as var(--footer-background), border-radius as 100%, animation as bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s), and transform as translate(-50%, 100%). Source: https://codepen.io/z-/pen/zYxdRQy
This is an example of a simple bootstrap dashboard layout, designed using HTML, CSS, JavaScript, and bootstrap framework 4. The icons, images, 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. The colors and sizes are predefined as variables. JavaScript functions are used to implement the list view feature in the interface. The body of the form is given a style set of font-family as sans-serif, font-size as 1.6rem, line-height as 1.5, color as #333, and background-color as #efefef. The dashboard panel is given the color of #fff. The sidebar is given a width of 25rem, height as 100%, padding-top as 6rem, background color as #fff, and border-right as 1px solid #e0e0e0. The page title is given the styles of font-size as 2.8rem, and font-weight as 500. Source: https://codepen.io/anon/pen/pXKeOX
This is an example of a bootstrap admin dashboard interface with hover effects, designed using HTML, CSS, and bootstrap framework 4. The icons, and fonts are imported to the form with their URLs. The body of the form is given the styles of background as #222428, and font-family as 'Open Sans', sans-serif. The header title is given a font-weight of 300. The main container has the styles of background as #eaedf2, width as 1500px, height as 600px, margin as 50px auto, and border-radius as 4px 2px 2px 4px. The sidebar is given a background color of #33353c, whereas the sidebar items are given a color as #76838c, which changes to #fff, in a hover event or active event. The light menu items are given the color of #85899b, which changes to #333, in a hover event. The search button has the styles of background as #5e9cf7, color as #fff, and border-radius as 2px 0 0 0. The navigation bar is given a font-size as 13px, font-weight as 600, and color as #757c8f, which takes the effects of background color as #eaedf2, box-shadow as 0 2px hsla(0,0%,100%,.5) inset, and transform as perspective(5px) rotateX(2deg), in a hover event. Source: https://codepen.io/anon/pen/bXbLzO
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