Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to center horizontally in css

.content {
	 position: absolute;
     text-align: center;
     top: 50%;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #horizontally #css
ADD COMMENT
Topic
Name
9+9 =