summaryrefslogtreecommitdiff
path: root/site/assets/css/splash.css
blob: e60c726179d4bd428840e08efd1cdbd83b6aab28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* splash */

html, body {
  overflow: hidden;
  width: 100%; height:100%;
}
header {
  position: absolute;
  background: transparent;
}
footer {
  background: transparent;
  position: absolute;
  bottom: 0; left: 0;
}
.splash {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}