Answers for "2. Question 12 Which CSS3 property is used to center text? (Only provide the property name; do not give it a value.) 1 point align text-align center"

2

css text align right

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

Code answers related to "2. Question 12 Which CSS3 property is used to center text? (Only provide the property name; do not give it a value.) 1 point align text-align center"

Browse Popular Code Answers by Language