Create a Profile Card using HTML AND CSS

 

Hello Viewers, welcome to my other blog. In this blog, I'm going to create a profile card design by using HTML, CSS. Earlier I have shared create a covid website using HTML and CSS and now this time I will Profile card design.


These projects are used for diploma and other engineering students like B.E., B-tech, M.E., M-tech to complete their microprojects and other developers to create something new.


On this website, we have created a profile card design. You see in card design we have to add one image, subscribe button, social icons, and their skill. The website with the orange and red background looks good and their card design show attractive. The card color i,e. grey looks attractive with a background color.


Step to create profile card in HTML and CSS


  1. Open code editor
  2. Create a Folder and that's name is Profile card
  3. Create two files
  4. first is index.html
  5. second is style.css
  6. Link CSS file with HTML file
  7. Write HTML & CSS code in these files. That code we have provided at the end of the blog.

Which CSS properties we have used?

  • Flexbox
  • Transform
  • Scale
  • Transition
  • Position
  • Box Shadow
  • Alignment

How to adjust the card in the Center?


We have the flexbox to align the card design in the center. We have applied the,

  • display:flex;
  • justify-content:center;
  • align-items:center;

above property apply the parents class of the HTML tag.


Colors used in profile card.


  • Web page background color = linear-gradient(orange, red)
  • Profile card color = rgb(192, 192, 192)

Profile card design by using HTML, CSS & JAVASCRIPT | Free Source Code

To copy-paste the given codes of this Profile card design, first of all, you need to create three files, one is an HTML and CSS file. You can also download all source code files from the given download button.



Document
HTML CODE:

CSS CODE:

Post a Comment

Previous Post Next Post