Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
html, body {
  overflow: hidden;
}

h1, p {
  font-family: Arial, Tahoma, Geneva, sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 3em;
  color: #aaaaaa;
  margin-bottom: 1em;
}

p.tagline {
  padding-top: 1.5em;
  color: #666666;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}