Css Text Horizontal Align Right Code Example


Example: center text in css


.class {
text-align: center;
}

Comments