summaryrefslogtreecommitdiff
path: root/style.css
blob: 612919563073b5dfe663718ffde8cb1878c2315b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
  background: #56ab2f;
  background: -webkit-linear-gradient(to top, #56ab2f, #a8e063);
  background: linear-gradient(to top, #56ab2f, #a8e063);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
div#app {
    flex: 1;
    height: 100vh;
    text-align: center;
}