mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 05:05:07 -05:00
13 lines
219 B
CSS
13 lines
219 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
background: #79f1a4;
|
|
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
}
|