Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center text html css position fixed

.jqbox_innerhtml {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 
PREVIOUS NEXT
Tagged: #center #text #html #css #position #fixed
ADD COMMENT
Topic
Name
1+3 =