You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "_normalize";
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
$slide-width: 1280px;
|
|
|
|
$slide-height: 720px;
|
|
|
|
|
|
|
|
.deck {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slide {
|
|
|
|
width: $slide-width;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-2 {
|
|
|
|
background-color: #bada55;
|
|
|
|
}
|