Skip to content

Instantly share code, notes, and snippets.

@aloerina01
Created May 6, 2016 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloerina01/0ffe1684f4a90e02cf0743b3b1ac595e to your computer and use it in GitHub Desktop.
Save aloerina01/0ffe1684f4a90e02cf0743b3b1ac595e to your computer and use it in GitHub Desktop.
marginの役割
.contents-top {
margin: 16px;
}
.contents-bottom {
margin: 8px;
}
<div class="contents">
<div class="contents-top">上の要素です</div>
<div class="contents-bottom">下の要素です</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment