„Gyakorlás” változatai közötti eltérés
Jump to navigation
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
1. sor: | 1. sor: | ||
.box { | |||
background: #8ec63f; | |||
transition-property: background; | |||
transition-duration: 1s; | |||
transition-timing-function: linear; | |||
} | |||
.box:hover { | |||
background: #f7941d; | |||
} | |||
A lap 2014. január 11., 10:40-kori változata
.box { background: #8ec63f; transition-property: background; transition-duration: 1s; transition-timing-function: linear; } .box:hover { background: #f7941d; }