Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/08/2015, 15:56
Avatar de AngelKrak
AngelKrak
 
Fecha de Ingreso: noviembre-2014
Mensajes: 917
Antigüedad: 9 años, 5 meses
Puntos: 91
Respuesta: justificar elementos (botton) dentro de su contenedor

lo mas parecido que pude hacer fue esto ;)

Código CSS:
Ver original
  1. button {
  2.   -webkit-appearance:none;
  3.   border: 0;
  4.   background: transparent;
  5.   display:table-cell;
  6.   float: left;
  7.   padding: 0px 84.7px 0px 0px;
  8.   text-align: justify;
  9.   font-size: 16px;
  10.   font-family: 'Times New Roman';
  11. }

Demo:
http://codepen.io/anon/pen/MaWYPj