I've searched for other solutions here in stackoverflow but found no luck unfortunately. If there is an answer that already exist to my question then I apologize, and please link the answer to me :)
Anyway I have to divs but display: inline-block; is not working. I want them to be right next to each other WITHOUT using float. How do I achieve this? I must be missing something here..
here's the jsfiddle - https://jsfiddle.net/frxme8z8/
Thanks in advance folks!
.context {
box-sizing: border-box;
width: 50%;
padding: 10px;
background: #72ED80;
font-family: 'Source Sans Pro', sans-serif;
display: inline-block;
height: 200px
}