<div class="box">hover</div>
.box { width: 200px; height: 100px; background-color: aqua; } .box:hover { background-color: lightblue; }
This Pen is owned by yuya o on CodePen.
See more by @yuya-o on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.