Created
August 8, 2012 15:58
-
-
Save laustdeleuran/3296188 to your computer and use it in GitHub Desktop.
Graph colors
This file contains 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
.box { | |
overflow:hidden; | |
margin:2em; | |
border-bottom:1px solid #333; | |
width:1350px; | |
} | |
.graph { | |
float:left; | |
text-align:center; | |
height:100px; | |
padding:20px 0; | |
background-color:#ccc; | |
margin:0 10px; | |
width:30px; | |
color:#fff; | |
font-family:Helvetica, Arial, sans-serif; | |
font-weight:bold; | |
text-shadow:0 -1px rgba(0,0,0,0.25); | |
} | |
.graph.divider { | |
background-color:#fff; | |
} |
This file contains 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
<div class="box"> | |
<div class="graph" style="background-color:#fcb813;">1</div> | |
<div class="graph" style="background-color:#00acdc;">2</div> | |
<div class="graph" style="background-color:#999999;">3</div> | |
<div class="graph" style="background-color:#6bc820;">4</div> | |
<div class="graph" style="background-color:#a65ad6;">5</div> | |
<div class="graph divider"></div> | |
<div class="graph" style="background-color:#ff0700;">1</div> | |
<div class="graph" style="background-color:#ff3700;">2</div> | |
<div class="graph" style="background-color:#ff8000;">3</div> | |
<div class="graph" style="background-color:#ffc800;">4</div> | |
<div class="graph" style="background-color:#ffdf00;">5</div> | |
<div class="graph" style="background-color:#f0ff00;">6</div> | |
<div class="graph" style="background-color:#a2ff00;">7</div> | |
<div class="graph" style="background-color:#00ff0c;">8</div> | |
<div class="graph" style="background-color:#00ff91;">9</div> | |
<div class="graph" style="background-color:#00ffe3;">10</div> | |
<div class="graph" style="background-color:#00dbff;">11</div> | |
<div class="graph" style="background-color:#00aaff;">12</div> | |
<div class="graph" style="background-color:#006fff;">13</div> | |
<div class="graph" style="background-color:#003bff;">14</div> | |
<div class="graph" style="background-color:#0007ff;">15</div> | |
<div class="graph" style="background-color:#6000ff;">16</div> | |
<div class="graph" style="background-color:#8300ff;">17</div> | |
<div class="graph" style="background-color:#d800ff;">18</div> | |
<div class="graph" style="background-color:#ff00e5;">19</div> | |
<div class="graph" style="background-color:#ff008f;">20</div> | |
<div class="graph" style="background-color:#ff0050;">21</div> | |
</div> |
This file contains 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment