Skip to content

Challenge Adjust The Margin Of An Element

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Adjust the Margin of an Element

An element's margin controls the amount of space between an element's border and surrounding elements.

.green-box {
  background-color: green;
  padding: 20px;
  margin: 20px;
}
Clone this wiki locally