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