Answers for "How do you center a paragraph in CSS?"

CSS
21

how to center text in css

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

center a text css

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

Code answers related to "How do you center a paragraph in CSS?"

Browse Popular Code Answers by Language