Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center absolute position

position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #absolute #position
ADD COMMENT
Topic
Name
5+1 =