Break Hover CSS

by Luong Dung

HTML

<div class="break">
  
</div>

CSS

.break{
  width: 100px;
  height: 100px;
  background: #ffcd07;
}