Gyakorlás
Jump to navigation
.box { background: #8ec63f; transition-property: background; transition-duration: 1s; transition-timing-function: linear; } .box:hover { background: #f7941d; }
.box { background: #8ec63f; transition-property: background; transition-duration: 1s; transition-timing-function: linear; } .box:hover { background: #f7941d; }