Answers for "html br but smaller"

CSS
0

how to reduce br space in html

br {
            display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-top: 0; /* change this to whatever height you want it */
}
Posted by: Guest on November-24-2021

Browse Popular Code Answers by Language