📜  圆形css代码示例中的文本

📅  最后修改于: 2022-03-11 14:47:40.508000             🧑  作者: Mango

代码示例1
.circle {
  width: 500px;
  height: 500px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #000
}
Hello I am A Circle