Last active
September 26, 2015 01:37
-
-
Save zgulde/8026c651815e6e7c0093 to your computer and use it in GitHub Desktop.
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
<!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