mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 10:19:14 -04:00
5 lines
56 B
CSS
5 lines
56 B
CSS
|
|
* {
|
||
|
|
transition: all 1s;
|
||
|
|
-o-transition: all 1s
|
||
|
|
}
|