4 lines
82 B
CSS
4 lines
82 B
CSS
body {
|
|
background: linear-gradient(180deg, #148beccc, #b4b4f1);
|
|
color: #fff;
|
|
} |