How to Design a Social Media Profile Card 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.
/**
Hello Future Developer Thanks for Using learningrobo.com,
Check our website Regularly For New Snippets Post.
Share & Support us
**/
*{
box-sizing: border-box;
}
body{
font-family: Arial, sans-serif;
margin:0%;
}
.container{
width:100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
background-color: white;
}
.box{
display:flex;
flex-direction:column;
text-align: center;
border-radius:10px;
width:300px;
height:300px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sec1{
display:flex;
flex-direction:column;
align-items: center;
justify-content: center;
height:230px;
width:300px;
border-radius:10px 10px 0px 0px;
background-color:rgb(138, 184, 48);
}
.sec1 img{
border-radius:50%;
width:110px;
height:110px;
object-fit:cover;
border:3px solid transparent;
outline:4px solid aliceblue;
}
.sec1 h3{
font-size:25px;
margin:4px 0px;
color:aliceblue;
text-align: center;
font-family:Verdana, Geneva, Tahoma, sans-serif ;
}
.sec1 h5{
font-size:15px;
margin:2px 0px;
color:aliceblue;
text-align: center;
font-family:Verdana, Geneva, Tahoma, sans-serif ;
}
.sec2{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-around;
height:70px;
width:300px;
border-radius:0px 0px 10px 10px;
background-color:rgb(228, 228, 228);
}
.sec2 i{
font-size:30px;
color:#383838;
margin:2px 0px;
}
.sec2 i:hover{
cursor: pointer;
color:#212121;
}
@media screen and (max-width:630px){
.box{
width:98%;
}
.sec1,.sec2{
width:100%;
}
}
.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:tomato;
font-size:20px;
}
Thank you for reading our blog. If you face any problem in Creating a Social Media Profile Card 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.
Explore
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.
In Our older post it doesnot work we working on that.
Post a Comment
Thank you
Learning robo team