Check out this link for the code snippet
I'm experiencing an issue where the styles applied to the 'main-content' div are not being displayed. What could be causing this?
Interestingly, the styles work perfectly fine on my personal website: View here
div#main-container {
background: green;
overflow: hidden;
border: 21px solid blue;
}
<div id='main-content'>
<p>0</p>
<p>1</p>
<p>2</p>
<p>3</p>
<p>4</p>
</div>