Added missing css file
This commit is contained in:
parent
1c706bd660
commit
a9044f4cd5
6
static/css/tutorial.css
Normal file
6
static/css/tutorial.css
Normal file
@ -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…
x
Reference in New Issue
Block a user