Answers for "if we want to move the container to the center in css, what to do?"

CSS
3

keeping elements of container in center

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

Code answers related to "if we want to move the container to the center in css, what to do?"

Browse Popular Code Answers by Language