For the codeContainer class, the background-color is not displaying as expected. It seems like it may be covered by the menu bar. How can I adjust the background-color or positioning to make sure it shows up correctly?
<div class="codeContainer" id="htmlContainer">
ssd
</div>
<style> .codeContainer { background-color: blue; height: 100%; width: 50%;
float: left; } </style>