Answers for "using which property of scss we can aligh the text to the center"

CSS
21

how to center text in css

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

Code answers related to "using which property of scss we can aligh the text to the center"

Browse Popular Code Answers by Language