h1 and h2 are native display: block elements.
Make them display: inline so they behave like normal text.
You should also reset the default padding and margin that the elements have.
h1 and h2 are native display: block elements.
Make them display: inline so they behave like normal text.
You should also reset the default padding and margin that the elements have.