html - Confusion with using translate when centering an element in CSS -


    .center{         position: absolute;         top: 50%;         left: 50%;         transform: translate(-50%, -50%);     } 

i using center element class name center, not quite sure how transform , translate work in css , how make element centered.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -