• Latest
  • Featured
This is an example of a bootstrap support admin panel interface with hover effects, designed using HTML, CSS, and bootstrap framework 4. The icons, images, and fonts are imported to the code with their URLs. The logo is given the styles of background color as #45a7b9, font color as #fff, and font-size as 14px. The top menu is given a background color as #374249. The top menu items are given a font-size of 14px, and background color of #727b7f, that changes to #fff, in a hover event. The New Ticket icon is given the styles of font-size as 12px, border-radius as 50px to get the round shape, margin-left as 50px, padding as 10px 20px, text-transform style as uppercase to automatically convert the text to uppercase and a background color as #ec7b65, which changes to #f7826c in a hover event. The column heading has the styles of color as #aab4b5, font-size as 12px, font-weight as 700, and letter-spacing as 2px. The vertical menu items are given a font color as #aab3b5, which changes to #727c80 in a hover event. The message options links are also given a border of solid 2px #dfe4e6, which changes to solid 2px #32b287, in a hover event. Source: https://codepen.io/s8990/pen/MWYXQqZ
This is an example of a bootstrap admin panel interface with hover effects, designed using HTML, CSS, JavaScript, 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 details in an orderly manner. JavaScript functions have been used to implement the toggle function and hover effects on the sidebar. The form is given a background color of #f5f5f5. The font-size of the sidebar items is set as 16px, whereas the content section has the styles of font-size as 16px, and line-height as 1.428571429. The header section of the form has the styles of background as #3498DB, width as 100%, height as 50px, line-height as 50px, color as #fff, and the logo is given a font style of uppercase to automatically convert the text to uppercase. The sidebar list takes an animation of swing, in a hover event. Source: https://codepen.io/esteghamat/pen/abzaQKO

Admin Panel

4.3.1
This is an example of a bootstrap support admin dashboard interface with hover effects, designed using HTML, CSS, and bootstrap framework 4. The icons, images, and fonts are imported to the code with their URLs. The body of the form is given a style set of background as #dfe4e6, and font-family as 'Roboto Condensed', sans-serif. The logo is given the styles of background color as #45a7b9, font color as #fff, and font-size as 14px. The top menu is given a background color as #374249. The top menu items are given a font-size of 14px, and a background color of #727b7f, which changes to #fff, in a hover event. The New Ticket icon is given the styles of font-size as 12px, border-radius as 50px to get the round shape, text-transform style as uppercase to automatically convert the text to uppercase and background color as #ec7b65, which changes to #f7826c in a hover event. The vertical menu items are given a font color as #aab3b5, which changes to #727c80 in a hover event. The message options links are also given a border of solid 2px #dfe4e6, which changes to solid 2px #32b287, in a hover event. Source: https://codepen.io/milanwake/pen/mdyQeMP
This is an example of a bootstrap admin panel interface with hover effects, designed using HTML, CSS, JavaScript, and bootstrap framework 4. The icons and fonts are imported to the code with their URLs. JavaScript functions have been used to implement the greeting, based on the time, and sidebar dropdown list. The colors and spacing styles are predefined as $secondary: #ea4774, $primary: #dc2430, $halfWhite: rgba(white, 0.5), $qtrWhite: rgba(white, 0.25), and $bodyPad: 20px. The body of the form is given a style set of height and width as 100%, padding as $bodyPad, display as flex, and font-family as 'Assistant', sans-serif. The sidebar is given a liner gradient background color as linear-gradient (-45deg, $primary 0%, $secondary 100%). The menu icon takes a transform style of rotateY (90deg). The menu icon is given a cursor style as pointer to get the hand cursor effect. The dropdown items are given a transition style as transform 0.25s. Source: https://codepen.io/faizel187/pen/LYEMXQa
This is an example of a bootstrap admin panel interface with hover effects, designed using HTML, CSS, JavaScript, and bootstrap framework 4. The icons and fonts are imported to the code with their URLs whereas JavaScript functions have been used to implement the hover effects on the sidebar. 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 body of the form is given a style set of background as #f5f5f5, padding as 0, margin as 0, and font-family as 'Lato', sans-serif. The sidebar icon names are given a font-size of 16px, whereas the content is given the styles of font-size as 16px, and line-height as 1.428571429. The header section of the form has the styles of background as #3498DB, width as 100%, height as 50px, line-height as 50px, color as #fff, and the logo is given a font style of uppercase to automatically convert the text to uppercase. The sidebar list takes an animation of swing, in a hover event. Source: https://codepen.io/lsmithx2/pen/qBELwGa

Admin Menu

4.3.1
This is an example of another simple bootstrap user profile card, designed using HTML, CSS, and bootstrap framework 4. The profile image and fonts are is 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. The body of the form is given a style set of the font as 300 13px/1.6 Roboto, Helvetica, Arial, color as #444, position as relative, background as #448AFF, height as 100vh, and text-align as center. The profile card is given a width of 300px, and a border-radius of 2px, a background color of rgba(255,255,255,1), and a transform effect of translateY(-50%). The profile name title is given the styles of font-weight as 200, font-size as 42px, and color as #444, whereas the job title has the styles of font-weight as 400, font-size as 14px, and color as #666. The profile content is given a font color of color: #888. The social media links take a box-shadow effect of 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24), in a hover event. Source: https://codepen.io/alishahab/pen/ZGozqW

Profile Card

4.3.1
This is an example of a simple bootstrap user profile card with hover effects, designed using HTML, CSS, and bootstrap framework 4. The profile image is imported to the code with its URL. The background color, card color, text color 1, and text color 2 are predefined as variables and set as @bgc:#CFD8DC, @cc:#f1f2fa, @tc1:#1A237E, and @tc2:#3F51B5, respectively. The container is given the styles of height as 100vh, background-color as @bgc, and font-family as 'Quicksand', sans-serif. The profile card is given the styles of display as flex, flex-direction as column, justify-content as space-between, width as 400px, height as 450px, background-color as @cc, border-radius as 7px, box-shadow as 0px 0px 6px 0px rgba(0,0,0,0.3), and color as @tc1. The profile image has the styles of height as 120px, border-radius as 100%, and box-shadow as 0px 0px 6px 0px rgba(0,0,0,0.75). The name title is given a font-size as 30px, whereas the job title is given a font-size as 20px, and font color as @tc2. The cursor style for buttons is set as pointer to get the hand cursor effect and the font size is set as 17px, which changes to 10px in a hover event. Source: https://codepen.io/5nai3r/pen/KLGjbE

Profile Card

4.3.1
This is an example of a simple bootstrap user profile interface, designed using HTML, and CSS. The images and fonts are imported to the code with their URLs, whereas media queries have been used to increase the responsiveness of the form. The colors are predefined as variables and set as $rust: #CA8D6E, $lunar: #383745, $deep: #22202B, $white: #EEEEEE, $mud: #7D6962, and $transblack: rgba(0, 0, 0, 0.3). The body of the form is given the styles of font-family as 'Karla', font- size as 1rem, font-weight as 300, color as $white, line-height as 2em, and background as $white. The profile section is given a background color of linear-gradient (120deg, $lunar 50%, $deep 50%). The profile image is given a border-radius as 50% to get the circular shape. The bio links take the color of $rust, in a hover event. The “Send” button is given a background color as $rust, and font color as $white, and a cursor style as pointer to get the hand cursor effect, which takes an animation of swell 500ms ease-in-out, in a hover event. Source: https://codepen.io/anon/pen/NmGOrP