Skip to content

Instantly share code, notes, and snippets.

@giratikanon
Created August 15, 2012 05:07
Show Gist options
  • Save giratikanon/3356189 to your computer and use it in GitHub Desktop.
Save giratikanon/3356189 to your computer and use it in GitHub Desktop.
Layout exercise
<div class="first-amendment">
<h2>First amendment</h2>
<p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p>
</div>
<div class="second-amendment">
<h2>Second amendment</h2>
<p>A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed.</p>
</div>
<div class="third-amendment">
<h2>Third amendment</h2>
<p>No Soldier shall, in time of peace be quartered in any house, without the consent of the Owner, nor in time of war, but in a manner to be prescribed by law.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment