mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 07:17:17 -04:00
5 lines
150 B
CSS
5 lines
150 B
CSS
|
a {
|
||
|
background: -webkit-linear-gradient(top, #f00 0%, #fff 100%);
|
||
|
background: linear-gradient(to bottom, #f00 0%, #fff 100%);
|
||
|
}
|