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