Created
January 13, 2013 16:46
-
-
Save anonymous/4525000 to your computer and use it in GitHub Desktop.
Issue #449 Link Color Examples
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
/** | |
* Issue #449 Link Color Examples | |
*/ | |
body { width: 100%; } | |
.swatches { | |
position: relative; | |
width: 100%; | |
overflow: hidden; | |
} | |
.swatch { | |
width: 200px; | |
height: 200px; | |
float: left; | |
position: relative; | |
} | |
.links ul { list-style-type: none !important; } |
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
<div class="swatches"> | |
<div class="swatch" style="background-color: #03CCFE"> | |
<p class="colorcode">#03CCFE</p> | |
</div> | |
<div class="swatch" style="background-color: #19A3D1"> | |
<p class="colorcode">#19A3D1</p> | |
</div> | |
<div class="swatch" style="background-color: #20C6FD"> | |
<p class="colorcode">#20C6FD</p> | |
</div> | |
<div class="swatch" style="background-color: #4183C4"> | |
<p class="colorcode">#4183C4</p> | |
</div> | |
<div class="swatch" style="background-color: #08C"> | |
<p class="colorcode">#08C</p> | |
</div> | |
</div> | |
<div class="links"> | |
<ul> | |
<li><a href="#" style="color: #03CCFE">#03CCFE</a> (Explore Title)</li> | |
<li><a href="#" style="color: #19A3D1">#19A3D1</a> (Visited Link)</li> | |
<li><a href="#" style="color: #206CFD">#206CFD</a> (highlight-blue)</li> | |
<li><a href="#" style="color: #4183C4">#4183C4</a> (GitHub)</li> | |
<li><a href="#" style="color: #08C">#08C</a> (Bootstrap)</li> | |
</ul> | |
</div> | |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment