11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
|
@keyframes RIGHT {
|
||
|
from {
|
||
|
background : #000;
|
||
|
border : 10px ChangeMe #C6C6C6;
|
||
|
}
|
||
|
to {
|
||
|
background : #fff;
|
||
|
border : 10px solid #C6C6C6;
|
||
|
}
|
||
|
}
|