让label和其中的文字居中

html {
  font-size: 20px;
}
label {
  width: 5rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
  line-height: 2rem;
  text-align: center;
}

 

posted @ 2021-02-03 17:14  starlog  阅读(1049)  评论(0编辑  收藏  举报