Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center a div css

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
PREVIOUS NEXT
Tagged: #center #div #css
ADD COMMENT
Topic
Name
7+8 =