Day 88

I changed the code from the class and condensed it down to this.  It was 18 times more code.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

.box-photos, .friends-photos {
  display: inline-block;
  margin: 1px;
  float: left;
  width: 32.7%;
  height:110px;
  background: url(https://www.wallpaperup.com/uploads/wallpapers/2015/04/02/653105/09d95a6f0e5f6e6a79bcbc58aa1222ad-700.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2