summaryrefslogtreecommitdiff
path: root/style.css
blob: 6f109688bcab31f41898def57206815f9174b4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}
div#link {
    margin-top: 20px;
}