Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css position fixed center

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