mirror of
https://github.com/thangisme/notes.git
synced 2026-07-27 19:53:46 -04:00
Initial commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
a {
|
||||
/* transition */
|
||||
transition: all 1s;
|
||||
height: calc(/* comment before */100% - /* comment inside */ 10px/* comment after */);
|
||||
}
|
||||
|
||||
/* placeholder */
|
||||
::placeholder { }
|
||||
Reference in New Issue
Block a user