标签: html css
我添加了标签和背景。如何将其背景垂直对齐?
h1 { top: 90px; left: 90px; background-color: rgb(200, 200, 200); width: 100%; height: 100px; text-align: center; }
<h1>TEXT</h1>