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
- Open code editor
- Create a Folder and that's name is Profile card
- Create two files
- first is index.html
- second is style.css
- Link CSS file with HTML file
- 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)
You might also read :
- CSS Side Navigation Bar
- Responsive Side Navigation bar With transparent effect
- Responsive Glass effect website
- Responsive Contact Us Form
- Create a covid website using HTML and CSS
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.