<div></div>
div { background-color: red; width: 200px; height: 200px; transition: background-color 0.5s ease; } div:hover { background-color: blue; }
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.