I don't understand why these won't align. This should be so simple. I know I could adjust the button with a negative margin, but that feels a bit hacky. I want to know what is causing this issue.
HTML:
<h2>A simple thing<br/>made difficult!</h2>
<button>BTN</button>
CSS:
h2 {
font-size: 29px;
font-weight: lighter;
display: inline-block;
font-family:'Open Sans', sans-serif;
margin:0;
margin-right: 42px;
}
button {
margin:0;
font-size: 35px;
padding: 10px 40px;
width: 200px;
display: inline-block;
}
JS fiddle here: http://jsfiddle.net/15xn79by/