Get the code of CSS Margin Auto and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.
<h3>Centered</h3>h3 {
border: 3px solid green;
width: 50%;
margin: auto;
padding: 5px 10px;
text-align: center;
}