mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 06:37:17 -04:00
7 lines
80 B
CSS
7 lines
80 B
CSS
|
a {
|
||
|
flex-direction: row;
|
||
|
transition: all 1s
|
||
|
}
|
||
|
|
||
|
b { transition: all 1s }
|