Answers for "how to align text center css"

CSS
21

how to center text in css

.class {
	text-align: center;
}
Posted by: Guest on February-15-2020
3

css text align center

/* Character-based alignment in a table column */

text-align: center;

/* The inline contents are centered within the line box. */
Posted by: Guest on February-27-2021
0

center a text css

.center {
  text-align: center;
  
border: 3px solid green;
}
Posted by: Guest on August-26-2021

Browse Popular Code Answers by Language