Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

transform translate-x ie11

.center-center {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #transform
ADD COMMENT
Topic
Name
3+7 =