Created
October 22, 2014 21:21
-
-
Save mbriceno/3b81aee9c6ae73af1622 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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