Contact chip
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="STYLESHEET" type="text/css" href="web.css">
<title>web design</title>
</head>
<body>
<div class="chip">
<img src="man.png" width="96px" height="96px">
John Doe
</div>
</body>
</html>
CSS Contact chip Style
.chip{
display: inline-block;
padding:0 25px;
height:50px;
font-size: 16px;
line-height:50px;
border-radius:25px;
background-color: #f1f1f1;
}
img{
float: left;
margin:0 10px 0 25px;
height:50px;
width:50px;
border-radius:50px;
}
No comments:
Post a Comment