aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/src/style.css
blob: 6021c6c4a8efb6d990862e807b425188bb1bf744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
html {
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0 2em;
}

#color-strip-container {
  width: 100%;
  height: 36px;
}

.color-strip-block {
  display: inline-block;
  width: 10%;
  height: 100%;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  color: white;
}