hope you are all well.
I have 2 divs that are inline to each other. But for some reason, the div on the right has this weird margin at the top. How do I make both divs stick at the top without any sort of weird margins? Also I would like to know what went wrong.
link to jsfiddle - https://jsfiddle.net/vynd2k85/1/
Thanks in advance!
.context {
box-sizing: border-box;
width:49%;
padding: 10px;
background: #72ED80;
font-family: 'Source Sans Pro', sans-serif;
display: inline-block;
margin: 0;
}
.context h1 {
text-align: left;
font-size: 14px;
}
.context ul li {font-style: normal; margin: 0; font-size: 14px; line-height: 150%;}