<style> .product{ float: left; width: 100px; height: 100px; border: 2px solid transparent; background: #e5e5e5; transition: border-color 0.2s ease-out; } .product:hover{ border-color: blue; } </style> <div class="product"> Товар типа </div>