summaryrefslogtreecommitdiff
path: root/demos/css/easy-presentation.css
diff options
context:
space:
mode:
Diffstat (limited to 'demos/css/easy-presentation.css')
-rw-r--r--demos/css/easy-presentation.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/demos/css/easy-presentation.css b/demos/css/easy-presentation.css
deleted file mode 100644
index bda2424..0000000
--- a/demos/css/easy-presentation.css
+++ /dev/null
@@ -1,30 +0,0 @@
-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%;
-}