Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center pop up css

position: absolute;
left: calc(50vw - pop_up_width);
top: calc(50vh - pop_up_height);
 
PREVIOUS NEXT
Tagged: #center #pop #css
ADD COMMENT
Topic
Name
2+7 =