32 lines
470 B
CSS
32 lines
470 B
CSS
|
body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
body,
|
||
|
.reveal,
|
||
|
.reveal h1,
|
||
|
.reveal h2,
|
||
|
.reveal h3,
|
||
|
.reveal h4,
|
||
|
.reveal h5,
|
||
|
.reveal h6 {
|
||
|
font-family: "Roboto Condensed", tahoma, verdana, arial, sans-serif;
|
||
|
}
|
||
|
|
||
|
#background_video {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
min-width: 100%;
|
||
|
min-height: 100%;
|
||
|
z-index: -10000;
|
||
|
opacity: 0.2;
|
||
|
}
|
||
|
|
||
|
.reveal section img {
|
||
|
border: none;
|
||
|
Background: none;
|
||
|
box-shadow: none;
|
||
|
}
|