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 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 user profile card layout, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and fonts 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 switch between the cards. The body of the form is given a style set of height as 100%, font-family as work sans, and overflow as hidden. The container is given a style set of display as flex, background as #FCE4EC, align-items as center, flex-flow as row, and transition as background .5s ease. The add button is given a height and width of 40px, background as #EC407A, border-radius as 50%, color as #fff, align-items as center, font-size as 24px, font-weight as 500, box-shadow as 0px 2px 10px 0px rgba(0, 0, 0, 0.4), transition as all .2s ease-out, and cursor as pointer to get the hand cursor effect. In a hover event, the button takes a background as #F06292, transform as scale(1.1), and transition as all .2s ease-out. Source: https://codepen.io/rahulsingha/pen/YzPeJJa
This is an example of a bootstrap user profile interface with hover effects, designed using HTML, CSS, and bootstrap framework 4. The images, icons, and fonts are imported to the code with their URLs. Media queries have been used to increase the responsiveness of the form. The body of the form is given the styles of font-family as 'Greycliff', sans-serif, background as #eeeeee URL("#"), tap-highlight-color as rgba(0, 0, 0, 0), font-size as 10px, and letter-spacing as 2px. The follow button text is given a font color of #ffffff, background color of #2d5488, and a transition effect of all 1s. The form is divided into four profile sections and given the styles accordingly. The profile name of each section has the styles of font-weight as 100, font-size as 2.2em, and color as #848484. The buttons are given a background color as #2d5488, which changes to #5486c9, in a hover event. Source: https://codepen.io/vibham05/pen/RwNYbNz