mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-25 13:03:59 -05:00
13 lines
223 B
CSS
13 lines
223 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
background: #79f1a4;
|
|
background-image: linear-gradient(135deg, #79f1a4 10%, #0e5cad 100%);
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
}
|