Answers for "add br 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
1

html br tag for CSS

html:
<br>
css:
display: none;
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language