Answers for "center a section html"

CSS
0

center div html

//Center DIV HTML5

<body>
    <div style="width:800px; margin:0 auto;">
        centered content
    </div>
</body>
Posted by: Guest on July-30-2021

Browse Popular Code Answers by Language