<div id="button" class="g">
<p>Discover me!</p>
</div> <!-- id button class g -->
.css 文件看起来像这样
#button{
z-index: 1;
font-size: 20px;
border-radius: 5px;
width: 130px;
height: 40px;
position: absolute;
top:20px;
right: 20px;
font-weight: bold;
text-align: center;
}
.g {
background-color: rgb(94,179,74);
color: white;
border: 3px solid green;
position: absolute;
}
它开始烦人了!如何在buttonN中居中文本?