* { margin:0; padding:0; } .box { width:300px; margin:50px auto; } .title { height:55px; background-color:#efefef; text-align:center; line-height:55px; } .content { height:0px; background-color:#a1a1a1; transition:all .3s linear;overflow: hidden;line-height:50px; text-align: center; } .box:hover .content { height:200px; }