<div class="box"></div>
.box { width: 100px; height: 100px; background-color: lightblue; transition: width 0.4s ease-in-out; } .box:hover { width: 200px; }
This Pen is owned by 徐培鈞 on CodePen.
See more by @kiamgtab-the-typescripter on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.