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