mirror of
https://github.com/thangisme/notes.git
synced 2026-07-28 05:53:45 -04:00
Initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
a {
|
||||
transition: transform 1s;
|
||||
transform: rotateX(45deg)
|
||||
}
|
||||
|
||||
b {
|
||||
transform: translateX(45deg)
|
||||
}
|
||||
|
||||
@keyframes anim {
|
||||
from {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user