Answers for "text in middle of page html"

7

align in the middle of page html

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
Posted by: Guest on March-01-2020
0

how to put text in the middle of a page html

<center>text</center>
Posted by: Guest on March-20-2021

Code answers related to "text in middle of page html"

Browse Popular Code Answers by Language