Answers for "how to apply line break to a text prop in css"

CSS
3

enter in css

white-space: pre-line
Posted by: Guest on March-17-2020
0

new line ::after class

#headerAgentInfoDetailsPhone:after {
  content:"Office: XXXXX A Mobile: YYYYY ";
  white-space: pre; /* or pre-wrap */
}
Posted by: Guest on June-13-2020

Code answers related to "how to apply line break to a text prop in css"

Browse Popular Code Answers by Language