Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

absolute center css

.btn__play {
	position: absolute
    top: 50%
    left: 50%
    transform: translate(-50%, -50%)
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #absolute #center #css
ADD COMMENT
Topic
Name
9+9 =