1

I have a tag and a background added to it. How can I align its background with it vertically?

h1 {
  top: 90px;
  left: 90px;
  background-color: rgb(200, 200, 200);
  width: 100%;
  height: 100px;
  text-align: center;
}
<h1>TEXT</h1>
Praveen Kumar Purushothaman
  • 154,660
  • 22
  • 177
  • 226
KSJ10
  • 66
  • 9
  • top + left but no position ? can you rephrase your question ? background of a text ? do you mean clip-text or something else ? – G-Cyrillus Nov 28 '16 at 16:42

0 Answers0