vanillajs-deck/css/style.css

58 lines
691 B
CSS
Raw Normal View History

2019-11-22 19:28:19 +00:00
body {
padding: 5px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
h1, h2, h3 {
text-align: center;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
}
2019-11-23 00:37:45 +00:00
.footer {
float: left;
height: 15vh;
font-size: 1.5em;
vertical-align: middle;
width: 32vw;
2019-11-22 19:28:19 +00:00
}
2019-11-23 00:37:45 +00:00
.right {
text-align: right;
2019-11-22 19:28:19 +00:00
}
2019-11-23 00:37:45 +00:00
.left {
text-align: left;
2019-11-22 19:28:19 +00:00
}
2019-11-23 00:37:45 +00:00
.center {
text-align: center;
}
slide-deck div {
height: 80vh;
padding: 1em;
background: lightgray;
}
slide-controls {
2019-11-22 19:28:19 +00:00
height: 15vh;
2019-11-23 00:37:45 +00:00
width: 33vw;
text-align: center;
float: left;
2019-11-22 19:28:19 +00:00
}
nextslide {
display: none;
}