Answers for "how to set elements of container center in html"

CSS
3

how to center a div element

/*ADD MARGIN auto to left and right*/
.box1{
    width:80%;
    margin:0 auto;
}
Posted by: Guest on August-27-2020

Code answers related to "how to set elements of container center in html"

Browse Popular Code Answers by Language