<div></div>
div { background-color: black; height: 100px; transition: background-color 0.25s; width: 100px; } div:hover { background-color: lightgreen; }
This Pen is owned by Ion on CodePen.
See more by @ionited on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.