Is it possible to add margin for br tag in chrome? I have added mrgin property but that is not working in chrome. I had tried line heigth also. In firefox its working. This was my code
br{
display: block;
margin-bottom: 25px;
}
You can do this, but I'm not sure if it's a good practice.
br {
content: "";
margin: 20em;
display: block;
font-size: 24%;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With