mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 04:27:17 -04:00
9 lines
179 B
CSS
9 lines
179 B
CSS
a {
|
|
/* transition */
|
|
transition: all 1s;
|
|
height: calc(/* comment before */100% - /* comment inside */ 10px/* comment after */);
|
|
}
|
|
|
|
/* placeholder */
|
|
::placeholder { }
|