Day 212

A little lost in this segment, but I will prevail.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#content-area .main-area .widget-box.post {
  overflow: auto;
}

#content-area .main-area .widget-box.post .head .user-img-container {
  width: 8%;
  display: inline-block;
  overflow: auto;
  float: left;
}

#content-area .main-area .widget-box.post .head .user-img {
  display: inline-block;
  float: left;
  background: url(https://pbs.twimg.com/profile_images/1108790938640531456/Bl2JvdG__400x400.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 40px;
  width: 40px;
  margin: 0;
  border-radius: 50%;
}

#content-area .main-area .widget-box.post .head .post-info {
  display: inline-block;
  float: left;
  width: 92%;
}

#content-area .main-area .widget-box.post .head::after {
  content: " ";
  clear: both;
  display: table;
}

#content-area .main-area .widget-box.post .head .post-info .user-info {
  display: block;
  font-size: 14px;
  margin: 5px 0 5px 0;
}

#content-area .main-area .widget-box.post .head .post-info .post-date {
  display: block;
  font-size: 12px;
  color: #ABABAB;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2