html - How can I get rid of this whitespace around my h2 tag? -


html:

<h2>hello world</h2> 

css

h2{     padding: 0px;     margin: 0px;     font-size: 100px;     background-color: #f00; } 

http://jsfiddle.net/mekaron/w50mz2n3/

margin , padding set 0. why doesnt text fit border? using javascript option here, have no idea start. ideas?

you want make h2 inline element. add display: inline; css.

jsfiddle


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -