Monday, July 11, 2016

margin background

margin background inherited from parent

so use border to show color

.widget-cfaesProfile .first {
  width: 100%;
  height: 1950px;
  background: white;
  position: relative;
  border-color: white;
  border-width : 20px;
  border-style: solid;

}

No comments:

Post a Comment