Answers for "how to center the element inside a div box"

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 center the element inside a div box"

Browse Popular Code Answers by Language