Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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 */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reduce #br #space #html
ADD COMMENT
Topic
Name
1+9 =