Thursday, 11 March 2021

How to algin a DIV to centre

 https://stackoverflow.com/questions/953918/how-to-align-a-div-to-the-middle-horizontally-width-of-the-page


<body>
    <div style="width:800px; margin:0 auto;">
        centered content
    </div>
</body>

No comments:

Post a Comment