<style> div { max-height:100px; overflow:hidden; margin-bottom:15px; transition: margin-bottom 1s; } div:hover { max-height:100%; margin-bottom:0; transition: margin-bottom 1s; } </style>