我有一个问题,文本没有出现在圆圈的中心,我该如何解决?
#indexClient {
float: left;
margin-top: 10px;
margin-left: 20px;
width: 150px;
height: 150px;
border-radius: 50%;
font-size: 30px;
color: yellow;
line-height: 20px;
text-align: center;
background: #99CCCC
}Run Code Online (Sandbox Code Playgroud)
<div id="indexClient">
<p>Client Side</p>
</div>Run Code Online (Sandbox Code Playgroud)