How can I make the green/yellow box be displayed next to the sidebar instead of below it? The green/yellow part should be 100% width.

Here is my sourcecode: HTML
<div id="sidebar">
</div>
<div class="header">
</div>
CSS
#sidebar{
background-color: #404040;
height: 100%;
width: 50px;
}
.header{
margin-left: 50px;
width: 100%;
height: 200px;
background-color: #808000;
}
Add display:inline-block to both #sidebar and .header
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With