Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (8 sloc) 198 Bytes

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;
}
Something went wrong with that request. Please try again.