Answers for "how to move a class to center of body in css"

2

keeping elements of container in center

.container {
margin : 0 auto;
}
Posted by: Guest on July-28-2020
7

center text in div container

text-align: center
Posted by: Guest on June-01-2020

Code answers related to "how to move a class to center of body in css"

Browse Popular Code Answers by Language