Initial pass at structure

This commit is contained in:
Jeremy Likness
2019-11-22 11:28:19 -08:00
commit 3ef6273404
12 changed files with 217 additions and 0 deletions

47
css/style.css Normal file
View File

@@ -0,0 +1,47 @@
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;
}
div#main {
height: 80vh;
padding: 1em;
background: lightgray;
}
div#footer-left {
vertical-align: middle;
height: 15vh;
float: left;
}
div#footer-left img {
display: inline-block;
}
div#footer-right {
font-size: 2em;
height: 15vh;
float: right;
}
nextslide {
display: none;
}