Search code examples
htmlcenter

vertically center div in fluid container only using HTML


I am creating a code and I can only edit the HTML not allowed to make changes in the CSS file. How can I align all the content in the div only in html?


Solution

  • Use the style attribute. e.g.

      <span style="position:absolute; top:10px; background-color:green;"></span>