* { box-sizing: border-box; } .columns { float: left; width: 33.3%; padding: 8px; margin-bottom: 40px; } .price { list-style-type: none; border: 1px solid #eee; margin: 0; padding: 0; -webkit-transition: 0.4s; transition: 0.3s; } .price:hover { box-shadow:…