Created
January 26, 2011 16:00
-
-
Save MarkBorcherding/796902 to your computer and use it in GitHub Desktop.
A snippet to create an AgileZen color guide.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
##Color Coding Guide | |
<div class="story grey" style="width:400px; padding: 10px; margin:2px;"> </div> | |
<div class="story yellow" style="padding: 10px; max-width: 400px; margin:2px;"> </div> | |
<div class="story blue " style="padding: 10px; max-width: 400px; margin:2px;"> </div> | |
<div class="story teal" style="padding: 10px; max-width: 400px; margin:2px;"> </div> | |
<div class="story red" style="padding: 10px; max-width: 400px; margin:2px;"> </div> | |
<div class="story orange" style="padding: 10px; max-width: 400px; margin:2px;"> </div> | |
<div class="story purple" style="padding: 10px; max-width: 400px; margin:2px;"> </div> | |
<div class="story green" style="padding: 10px; max-width: 400px; margin:2px; "> </div> | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment