mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 07:27:19 -04:00
5 lines
56 B
CSS
5 lines
56 B
CSS
|
* {
|
||
|
transition: all 1s;
|
||
|
-o-transition: all 1s
|
||
|
}
|