Added missing css file
This commit is contained in:
parent
1c706bd660
commit
a9044f4cd5
|
@ -0,0 +1,6 @@
|
|||
#toto {
|
||||
-webkit-transition: background-color 0.5s linear;
|
||||
-moz-transition: background-color 0.5s linear;
|
||||
-o-transition: background-color 0.5s linear;
|
||||
transition: background-color 0.5s linear;
|
||||
}
|
Loading…
Reference in New Issue