Tuesday, April 23, 2019

[CSS] Change br line height

br {
    height: 4px;
    display: block;
    content: "";
}


Reference :
https://stackoverflow.com/questions/1409649/how-to-change-the-height-of-a-br

No comments :

Post a Comment