如何垂直对齐文本背景?

时间:2016-11-28 16:09:27

标签: html css

我添加了标签和背景。如何将其背景垂直对齐?



h1 {
  top: 90px;
  left: 90px;
  background-color: rgb(200, 200, 200);
  width: 100%;
  height: 100px;
  text-align: center;
}

<h1>TEXT</h1>
&#13;
&#13;
&#13;

0 个答案:

没有答案