summaryrefslogtreecommitdiff
path: root/demos/css/easy-presentation.css
blob: bda24241fb5762e9938e97b7014058a58126227c (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
25
26
27
28
29
30
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #222;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 80vw;
  height: 80vh;
  margin: 0 auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}