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