1 .box {2 padding: 20px;3 border: solid silver 1px;4 transition: all 0.2s ease;5 -webkit-transition: all 0.5s ease;6 -moz-transition: all 0.5s ease;7 -o-transition: all 0.5s ease;8 background: white;9 }10 11 .box:hover {12 abackground: rgba(0,255,0,0.02);13 padding: 5px;14 background: orange;15 }16 17 h1 {18 text-align: center;19 }
Enlace
El enlace para compartir es: