Skip to content

Instantly share code, notes, and snippets.

@zgulde
Last active September 26, 2015 01:37
Show Gist options
  • Save zgulde/8026c651815e6e7c0093 to your computer and use it in GitHub Desktop.
Save zgulde/8026c651815e6e7c0093 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>css boxes</title>
<link rel="stylesheet" type="text/css" href="/css/boxes.css">
</head>
<body>
<h1><a href="https://en.wikipedia.org/wiki/Visible_spectrum">Visible Spectrum Wavelengths</a></h1>
<div class="box red">620-750 nm</div>
<div class="box orange">590-620 nm</div>
<div class="box yellow">570-590 nm</div>
<div class="box green">495-570 nm</div>
<div class="box blue">450-495 nm</div>
<div class="box purple">380-450 nm</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment