Skip to content

Instantly share code, notes, and snippets.

@gmuraoka
Forked from gabriel-seb/center-content
Created July 4, 2014 02:14
Show Gist options
  • Select an option

  • Save gmuraoka/474b7bf4d97d273544d7 to your computer and use it in GitHub Desktop.

Select an option

Save gmuraoka/474b7bf4d97d273544d7 to your computer and use it in GitHub Desktop.
<style>
body {
margin:50px 0px; padding:0px;
text-align:center;
}
.content {
width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}
</style>
<div class="content">
legal asd asd a asd asdad asdf asfd safdsaf sa
<p>sadfsafdsf
safsafsafsfaf</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment