Answers for "how to align text center from all sides html css"

21

how to center text in css

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

css text align left

body {
  text-align: left;
}
Posted by: Guest on April-09-2020

Browse Popular Code Answers by Language