Day 57

Starting with the basics of CSS and how to use selectors... Good review here!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

div {
  background: red;
  padding: 20px;
  box-sizing: border-box;
}

div p {
  background: white;
  margin: 0;
  padding: 15px;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2