This is an example of a bootstrap profile card layout, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and fonts are imported to the code with their URLs. JavaScript functions have been used to implement the following function. The body of the form is given the styles of background as #202020, and font-family as 'Krub', sans-serif. The card is given a style set of width as 250px, height as 400px, border-radius as 10px, box-shadow as 0 10px 25px 5px rgba(0, 0, 0, 0.2),and background as #151515. The top part of the card is given the styles of background as crimson, and animation as dsTop 1.5s. The profile pic is given a border-radius of 50% to get the circular shape, box-shadow as 0 0 0 5px #151515, and an animation as mvTop 1.5s. The name title is given an animation fadeIn 2s ease-in, which takes a text-decoration as underline, and color as crimson, in a hover event. The bottom content is also given the styles of text-transform as uppercase, and color as crimson. Source: https://codepen.io/jforv/pen/yLyMRXQ

Profile Card

4.3.1
This is an example of a bootstrap crypto donation user card layout, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images are imported to the code with their URLs. JavaScript functions have been used to implement the crypto related data and copy text to clipboard functions. The CSS styles are predefined as $colorPrimary: purple, $padSpace: 1em, $maxWidth: 520px, $heroHeight: 10em, $borderRadius: 6px, $fxSpeed: 300ms, $bgColor: #f0f0f0, $fontColor: desaturate ( darken( $colorPrimary, 35% ), 50% ), $fontFamily: 'Merriweather Sans', Arial, sans-serif, $fontSize: 15px, $shadowSmall: 0 1px 3px rgba( #000, 0.3 ), and $shadowBig: 0 2px 18px rgba( #000, 0.5 ). The body is given a background color as desaturate( darken( $colorPrimary, 8% ), 40% ), font-family as $fontFamily, font-size as $fontSize, and color as $fontColor. The card user name has the styles of font-size as 200%, letter-spacing as -1px, line-height as 1em, color as $bgColor, and text-shadow as $shadowBig. The tab button takes a background color of rgba( #000, 0.05 ), in a hover event. Source: https://codepen.io/chandanmondal/pen/LYEzdKZ
This is an example of a bootstrap user profile card layout with hover effects, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and fonts are imported to the code with their URLs. JavaScript functions have been used to implement the active status of the buttons. The body of the form is given a font style as normal 14px/20px 'Open Sans', sans-serif, and color as color: #333. The footer section is given a color as #B7B7B7, font-size as 14px, font-weight as 600 and a text-transform style as uppercase to automatically convert the text to uppercase. The right menu takes color #222, in a hover event. The header of the bubble has the styles of font-size as 14px, font-weight as 600, line-height as 16px, and text-transform as uppercase, whereas the bubble subtitle has the styles of color as #888, font-size as 12px, and font-style as italic. Source: https://codepen.io/lakshithav24/pen/NWPaoVb
This is an example of a bootstrap user profile card layout with hover effects, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and fonts are imported to the code with their URLs. JavaScript mouseleave() function has been used to implement the hovering effects. The body of the card is given the styles of font-family as 'Roboto', Arial, sans-serif, margin as 10px, min-width as 230px, max-width as 315px, color as #ffffff, line-height as 1.4em, and background-color as #141414. The profile picture is given an opacity of 0.85. The Follow and More info buttons are given a text-transform style as uppercase to automatically convert the text to uppercase. The designation title has the styles of font-size as 0.5em, and color as #2980b9. The buttons take an opacity value of 1, in a hover event. The Follow button is given a border and a background color as #2980b9. Source: https://codepen.io/uname79/pen/XWJzjJv
This is an example of a bootstrap user profile layout with hover effects, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and icons are imported to the code with their URLs. Media queries have been used to increase the responsiveness of the form, whereas JavaScript has been used to implement the tooltip function and carousel function. 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 color as #2c2c2c, font-size as 14px, and font-family as "Montserrat", "Helvetica Neue", Arial, sans-serif The follow button is given the styles of background-color as #f96332, and color as #FFFFFF, which changes its color to #fa7a50, and gets a box shadow effect of 0 3px 8px 0 rgba(0, 0, 0, 0.17) in a hover event. Source: https://codepen.io/DevBJ/pen/RwNQyyo
This is an example of a bootstrap interactive user profile card layout, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and icons are imported to the code with their URLs. CSS @keyframes is used to implement the animations in CSS, whereas JavaScript draggable() function is used to implement the drag feature. The profile card is given a border-radius as 8px, and a box shadow as 0px 2px 6px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.4), and also it is given a blur filter blur(8px), with the background color set as rgba(255, 255, 255, .60). The profile card is given a cursor style as grabbing, to be able to be dragged across the form. The profile picture is given a border-radius as 100px, and a filter as sepia (.25). The name title has the styles of color as rgba(38, 50, 56, 1), font-family as 'Roboto Condensed', sans-serif, font-size as 36px, font-weight as 700, whereas the designation is given a font-size as 16px, and font-weight as 400. Source: https://codepen.io/lukas-pawlaczyk/pen/KKwoQdG