Hola
elias89, que tal.
Nos compartiste tu CSS, pero y el HTML? Era necesario.
Prueba este ejemplo:
Código CSS:
Ver original<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>@GBreagan</title>
<style>
#wrapper {
background-color: #ffffff;
height: auto;
margin: 0 auto;
width: 960px;
font-size: 0
}
#wrapper article {
display: inline-block;
height: 360px;
width: 480px
}
#wrapper .left {
background-color: bcbcbc
}
#wrapper .right {
background-color: f3f3f3
}
</style>
</head>
<body>
<div id="wrapper">
<article class="left"></article>
<article class="right"></article>
</div>
</body>
</html>
P.D.: Para compartir codigo usa el
Highlight