:cookie: 293 | @skycoder01 |http://www.freecodecamp.com/skycoder01
:warning: haseebuchiha already gave skycoder01 points
<style>
.column {
float: left;
width: calc(50% - 2px);
height: 200px;
border: 1px solid black;
}
</style>
<div class="column"></div>
<div class="column"></div>
:star2: 2723 | @moigithub |http://www.freecodecamp.com/moigithub
<style>
.wrapper {
width: 400px;
}
.column {
float: left;
width: calc(50% - 2px);
height: 200px;
border: 1px solid black;
}
</style>
<div class="wrapper">
<div class="column"></div>
<div class="column"></div>
</div>
float: left;
that fixed it :+1: Thanks
:star2: 1507 | @tylermoeller |http://www.freecodecamp.com/tylermoeller