Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

make all the content of body in center in html

html, body {height:100%;}
html {display:table; width:100%;}
body {display:table-cell; text-align:center; vertical-align:middle;}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #content #body #center #html
ADD COMMENT
Topic
Name
5+5 =