我遇到的问题是文本没有出现在圆心中,请问该如何解决?
#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 }
<div id="indexClient"> <p>Client Side</p> </div>
我遇到的问题是文本没有出现在圆心中,请问该如何解决? #indexClient {float:left;边距顶部:10像素;左边距:20px;宽度:...
line-height
等于height
技巧使用此代码,如何根据输入的字符数来调整字体大小?并确保它自动到达头部?