Profile Card Design using HTML & CSS

                                                                                









































Hello Developers, we are excited to introduce a sleek and versatile profile card snippet, meticulously designed with HTML and CSS. This profile card is perfect for showcasing individual profiles, whether for team members, clients, or personal use. Each card includes a photo, name, title, a brief bio, and contact information, providing a comprehensive snapshot of the individual. The profile card snippet is fully responsive, ensuring it looks stunning on any device, from desktops to smartphones. The layout is clean and modern, with well-organized sections that effectively highlight the profile details. Interactive elements, such as hover effects, enhance user engagement, making the cards more dynamic and captivating. Additionally, social media icons and links to professional profiles like GitHub and LinkedIn can be included, allowing users to connect with the individual across various platforms. Incorporating this HTML and CSS profile card snippet into your website not only enhances its visual appeal but also adds a professional touch. This snippet showcases your attention to detail and commitment to providing a rich user experience. Whether you are displaying your own profile, highlighting team members, or presenting clients, this stylish and functional card design will help you present individuals in an engaging and professional manner.

How to make Profile Card Design using HTML and CSS.[Source Code]

To make this website, you would like to make two files: an HTML file, a CSS file. First, create an HTML file with the name of index.html and remember, you have to create a file with a .html extension.

<!DOCTYPE html> <html lang="en"> <head> <title>Responsive Profile card Using HTML & CSS</title> <meta name="description" content="Responsive Profile card Using HTML & CSSt. Made by learningrobo.com"> <meta name="author" content="learningrobo.com"> <meta name="keywords" content="form,responsive,learningrobo.com,html & css projects,project,profile card"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type=image/x-icon href="#"> <meta charset="UTF-8"> <script src="https://kit.fontawesome.com/5d72166fb5.js" crossorigin="anonymous"></script> <link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'> <link rel="stylesheet" href="style.css"> </head> <body> <!--Hello Future Developer Thanks for Using learningrobo.com, Share & Support us--> <div class="container"> <div class="p1"> <div class="head"> <h4>Profile</h4> </div> <div class="profile"> <img src="https://cdn.pixabay.com/photo/2016/04/22/04/57/graduation-1345143_1280.png" alt="img"> <h3>Robert Samson</h3> <h3>Active | Male | Born 23.05.1992</h3> </div> <div class="level"> <div class="h"> <h3>Activity Level</h3> </div> <div class="levels"> <div class="l1"></div> <div class="l2"></div> <div class="l3"></div> <div class="l4"></div> <div class="l5"></div> </div> </div> <div class="notify"> <a href="#"> <i class='bx bx-message-rounded-dots'></i> <h4>1894</h4> </a> <a href="#"> <i class='bx bxs-user'></i> <h4>9084</h4> </a> <a href="#"> <i class='bx bx-briefcase-alt'></i> <h4>178</h4> </a> </div> <div class="content"> <h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet consectetur adipisicing elit.</h4> </div> <div class="media"> <a href="#"><i class='bx bxl-facebook'></i></a> <a href="#"><i class='bx bxl-twitter'></i></a> <a href="#"><i class='bx bxl-instagram-alt'></i></a> </div> </div> <div class="p2"> <div class="head"> <h4>Profile</h4> </div> <div class="profile"> <img src="https://cdn.pixabay.com/photo/2016/04/22/04/57/graduation-1345143_1280.png" alt="img"> <h3>Robert Samson</h3> <h3>Active | Male | Born 23.05.1992</h3> </div> <div class="level"> <div class="h"> <h3>Activity Level</h3> </div> <div class="levels"> <div class="l1"></div> <div class="l2"></div> <div class="l3"></div> <div class="l4"></div> <div class="l5"></div> </div> </div> <div class="notify"> <a href="#"> <i class='bx bx-message-rounded-dots'></i> <h4>1894</h4> </a> <a href="#"> <i class='bx bxs-user'></i> <h4>9084</h4> </a> <a href="#"> <i class='bx bx-briefcase-alt'></i> <h4>178</h4> </a> </div> <div class="content"> <h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet consectetur adipisicing elit.</h4> </div> <div class="media"> <a href="#"><i class='bx bxl-facebook'></i></a> <a href="#"><i class='bx bxl-twitter'></i></a> <a href="#"><i class='bx bxl-instagram-alt'></i></a> </div> </div> <div class="p3"> <div class="head"> <h4>Profile</h4> </div> <div class="profile"> <img src="https://cdn.pixabay.com/photo/2016/04/22/04/57/graduation-1345143_1280.png" alt="img"> <h3>Robert Samson</h3> <h3>Active | Male | Born 23.05.1992</h3> </div> <div class="level"> <div class="h"> <h3>Activity Level</h3> </div> <div class="levels"> <div class="l1"></div> <div class="l2"></div> <div class="l3"></div> <div class="l4"></div> <div class="l5"></div> </div> </div> <div class="notify"> <a href="#"> <i class='bx bx-message-rounded-dots'></i> <h4>1894</h4> </a> <a href="#"> <i class='bx bxs-user'></i> <h4>9084</h4> </a> <a href="#"> <i class='bx bx-briefcase-alt'></i> <h4>178</h4> </a> </div> <div class="content"> <h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet consectetur adipisicing elit.</h4> </div> <div class="media"> <a href="#"><i class='bx bxl-facebook'></i></a> <a href="#"><i class='bx bxl-twitter'></i></a> <a href="#"><i class='bx bxl-instagram-alt'></i></a> </div> </div> </div> <div class="credit">Made with <span>❤ </span>by<a href="https://www.learningrobo.com/">learningrobo</a></div> <!--Check our website Regularly For New Snippets Post--> </body> </html>
CSS provides style to an HTML page. To make the page attractive create a CSS file with the name style.css and remember that you have to make a file with a .css extension.


/** 
Hello Future Developer Thanks for Using learningrobo.com, 
Check our website Regularly For New Snippets Post.

Share & Support us
**/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color:rgb(247, 245, 238);
    gap: 2vw;
}
.container > div{
    display: flex;
    flex-direction: column;
    height: 80vh;
    width: 25vw;
    border: 1px solid gray;
    border-radius: 10px;
    gap: 10px;
    padding: 30px;
    box-shadow: 5px 5px silver;
}
.p1{
    background-color: rgb(215, 244, 187);
}
.p2{
    background-color: rgb(244, 207, 181);
}
.p3{
    background-color: rgb(185, 205, 244);
}
.container > div .head{
    padding-left: 10px;
}
.container > div .profile{
    display: flex;
    flex-direction: column;
    height: 30vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.container > div .profile h3{
    text-align: center;
}
.container > div .profile img{
    height: 90px;
    width: 90px;
}
.container > div .level{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10vh;
    width: 100%;
}
.container > div .level .h{
    height: 5vh;
}
.container > div .level .levels{
    display: flex;
    height: 4%;
    width: 80%;
    gap: 5px;
}
.container > div .level .levels > div{
    height: 100%;
    width: 25%;
    background-color: gray;
}
.container > div .notify{
    display: flex;
    height: 15vh;
    gap: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.p1 .notify{
    background-color: chartreuse;
}
.p2 .notify{
    background-color:chocolate;
}
.p3 .notify{
    background-color:cornflowerblue;
}
.container > div .notify a{
    font-size: 17px;
    color: black;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    gap: 5px;
}
.container > div .content{
    display: flex;
    height: 15vh;
    text-align: center;
    justify-content: center;
    border-bottom: 2px solid white;
}
.container > div .media{
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.container > div .media a{
    color: black;
    font-size: 20px;
}
@media screen and (max-width:1024px){
    .container > div .notify{
        gap: 5px;
    }
}
@media screen and (max-width: 820px){
    .container{
        padding: 20px;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }
    .container > div{
        width: 100%;
    }
    .container > div .notify{
        gap: 30px;
    }
}
.credit a {
    text-decoration: none;
    color: #121212;
    font-weight: 800;
}
  
.credit {
    color: #121212;
    text-align: center;
    margin-top: 10px;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
}
.credit span{
    color:#000;
    font-size:20px;
}  
We hope you would like this Profile Card Design using HTML and CSS.

Thank you for reading our blog. If you face any problem in Creating a Profile Card Design using HTML and CSS., then contact us or comment to us. We’ll try to provide a solution to your problem as soon as possible.

Press The Key ' p ' and say ' read article ' our voice assistant read our article.
In Our older post it doesnot work we working on that.












Thank you
Learning robo team

Post a Comment

Thank you
Learning robo team

Post a Comment (0)

Previous Post Next Post
Learning Robo says...
code copied
Welcome