Get the code of CSS Text Align Center 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>Hello Center</h3>h3 {
border: 2px solid red;
height: 100px;
text-align: right;
}