Day 239

Part one of the latest CSS...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#latest {
  padding: 50px 0;
}

#latest .header {
  padding: 25px 0;
}

#latest .header:after {
  content: "";
  display: table;
  clear: both;
}

#latest .header h1 {
  color: #6066F2;
  font-size: 3rem;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}

#latest .header .directions {
  float: right;
  position: relative;
  top: 15px;
}

#latest .header .directions .move-left {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  padding: 15px 50px;
  font-size: 2rem;
  background: rgba(96, 102, 242, 0.7);
  color: #fff;
  border: 2px solid #6066F2;
  /* width: 40px; */
}

#latest .header .directions .move-right {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
  padding: 15px 50px;
  font-size: 2rem;
  background: #fff;
  color: #CECECE;
  border: 2px solid #CECECE;
  /* width: 40px; */
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2