Day 231

Constructing the main template style for the website.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

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

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

/* **************************************************************** */

main .jumbo .foot {
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2