Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center position fixed element

.centered {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #position #fixed #element
ADD COMMENT
Topic
Name
5+6 =