sendou.ink/react-ui/src/index.css
2019-10-12 14:24:32 +03:00

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;
}