9 lines
100 B
CSS
9 lines
100 B
CSS
|
|
child:hover {
|
|
transition: 100ms;
|
|
background: #a6a6a6;
|
|
}
|
|
child {
|
|
border-radius: 5px;
|
|
}
|
|
|