Edit in JSFiddle

  <div>
    <p>hello</p>
  </div>
div {
  background-color: blue;
  height: 100px;
}



p {
  background-color: yellow;
  color: red;
  width: 100px;
  margin-left: 10px;
  padding-left: 10px;
}