Projekt

Obecné

Profil

Stáhnout (298 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
div {
2
  background: url("../../../../assets/img/index_background.jpg") no-repeat center center fixed;
3
  -webkit-background-size: cover;
4
  -moz-background-size: cover;
5
  -o-background-size: cover;
6
  background-size: cover;
7
  width: 100%;
8
  height: 100%;
9
  position: absolute;
10
  top: 0;
11
  left: 0;
12
}
(1-1/4)