Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
<style>
#content {
float: right;
width: calc(100% - 200px);
}
#sidebar {
float: left;
width: 200px;
}
@media screen and (max-width: 960px) {
#content, #sidebar {
width: 100%;
float: none;
}
}
</style>
<div id="content"></div>
<div id="sidebar"></div>
<div class='wrapper'>
<div class='content'>
</div>
<div class='sidebar'>
</div>
</div>
codepen.io/anon/pen/bdOWze?editors=110
I was once given such a link... I
use it 100 %
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question