Skip to content

Instantly share code, notes, and snippets.

@mbriceno
Created October 22, 2014 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriceno/3b81aee9c6ae73af1622 to your computer and use it in GitHub Desktop.
Save mbriceno/3b81aee9c6ae73af1622 to your computer and use it in GitHub Desktop.
<div class="talleres ....">
<div class="enlinea">
Aqui va todo lo que estaba en el div talleres
</div>
</div>
y en el .css coloca:
.talleres{
margin: 0px auto;
width: 100%;
position: relative;
text-align: center;
}
.enlinea{
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment