Latest solutions
Latest comments
- @brunafelix79@brunafelix79
Muito obrigada pela observação <3
- @ppinillos@brunafelix79
.columna { color: white; padding: 2rem; width: 40%; overflow: hidden; transition: width .3s ease-in-out; cursor: pointer; height: 400px; }
.columna.activa { width: 40%; }
parabéns, mas tenta ver ai se consegue arrumar o tamanho das colunas
Marked as helpful