Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove whitespace around text css

span {
  display: inline-block;
  font-size: 50px;
  background-color: green;
  /*new:*/
  font-family: 'Times New Roman';
  line-height: 34px;
  height: 35px;
}

<span>
    BIG TEXT
</span>
 
PREVIOUS NEXT
Tagged: #remove #whitespace #text #css
ADD COMMENT
Topic
Name
8+1 =