Day 362

Only three days left now!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#top {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 80px 0;
    align-items: center;
  }

  .info {
    padding: 15px;
    position: relative;
    .blue-square {
      border: #dbf1ff solid 25px;
      width: 300px;
      height: 300px;
      position: absolute;
      z-index: 0;
      top: -30%;
      left: -27%;
    }
    h1 {
      position: relative;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 700;
      color: #16171b;
      margin-bottom: 2rem;
      z-index: 1;
    }

    p {
      position: relative;
      color: #919191;
      text-transform: capitalize;
      margin-bottom: 4rem;
      z-index: 1;
    }

    a {
      position: relative;
      color: #16171b;
      font-weight: 700;
      font-size: 0.9rem;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 2px;
      padding-bottom: 5px;
      border-bottom: #000 solid 2px;
      z-index: 1;
    }
  }
  .img {
    .background-img {
      background: url("http://frontmodels.co.uk/fmdls/uploads/2017/09/male-model2.jpg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      max-width: 500px;
      height: 700px;
      margin: 0 auto;
    }
  }
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2