Skip to content

Instantly share code, notes, and snippets.

@ghing
Forked from anonymous/dabblet.css
Created January 13, 2013 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghing/4525005 to your computer and use it in GitHub Desktop.
Save ghing/4525005 to your computer and use it in GitHub Desktop.
Issue #449 Link Color Examples
/**
* 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; }
<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>
// alert('Hello world!');
{"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