mirror of
https://github.com/thangisme/notes.git
synced 2026-07-31 04:52:20 -04:00
Initial commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
a {
|
||||
transition: transform 200ms, color 200ms;
|
||||
transform: rotate(10deg);
|
||||
}
|
||||
|
||||
div {
|
||||
transition-property: filter;
|
||||
animation-name: rotating;
|
||||
}
|
||||
Reference in New Issue
Block a user