Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change br height

// Use this instead of <br> so you can use css to change height:
/* The best spacer ever invented */
hr.space-1 {
  background: transparent;
  color: transparent;
  margin: 0;
  border-style: none;
  height: 1vw;
}
<hr class="space-1">
 
PREVIOUS NEXT
Tagged: #change #br #height
ADD COMMENT
Topic
Name
9+5 =