<style>
div {
position: relative;
display: inline-block;
height: 100px;
width: 100px;
border-radius: 100%;
border: 2px solid black;
margin-left: 5px;
margin-top: 5px;
text-align: center;
}
.abc {
border: 2px dashed blue;
}
</style>
<div class="abc"><p>name</p></div>
div {
position: relative;
display: inline-block;
height: 100px;
width: 100px;
border-radius: 100%;
border: 2px solid black;
margin-left: 5px;
margin-top: 5px;
text-align: center;
}
.abc {
border: 2px dashed blue;
}
</style>
<div class="abc"><p>name</p></div>