Day 232

Back on the bonus project from Joe HTML/CSS
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#design-by {
  position: relative;
  top: -100px;
}

#design-by .design-container {
  position: relative;
}

#design-by .design-container .bg-image{
  position: absolute;
  width: 500px;
  z-index: 0;
}

#design-by .design-container .info-section {
  background: #6066F2;
  border-radius: 10px 0 0 10px;
  width: 40%;
  /* display: inline-block; */
  float: left;
  padding: 45px;
  position: relative;
  z-index: 2;
}

#design-by .design-container .info-section h5 {
  color: #FEA83B;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}

#design-by .design-container .info-section h3 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2