Day 227

To church we go...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

main .jumbo {
  height: calc(100vh - 115px);
  margin: 0 auto;
  position: relative;
}

main .jumbo .page {
  background-image: url("/img/background-main.jpg");
  height: 100%;
  z-index: 1;
}

main .jumbo .page h1 {
  font-family: 'Abril Fatface', cursive;
  color: #fff;
  text-shadow: 5px 5px 5px #000000;
  text-align: center;
  padding-top: 2rem;
  font-size: 5rem;
}

main .jumbo .page h2 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #000000;
  text-align: center;
  padding-top: 10rem;
  font-size: 3rem;
}

main .jumbo .page h3 {
  margin: 0 auto;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #000000;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font-size: 2rem;
}

main .jumbo .page .dashed {
  width: 35rem;
  margin: 0 auto;
  font-weight: 100;
  border-bottom: 1px dashed rgb(223, 220, 220);
  text-shadow: 1px 1px 5px #000000;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2