Created
February 12, 2009 22:47
-
-
Save sneeu/62923 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
<title>flat</title> | |
<style type="text/css" media="screen"> | |
*{margin:0;padding:0} | |
body{color:#000;font:600 400%/1.4em "Avenir";padding:1em} | |
p{text-align:justify;text-shadow:0 0 0.125em #666} | |
a{color:inherit;text-decoration:none} | |
a:hover{background:#000;color:#fff;margin:0 -0.125em;padding:0.125em;text-shadow:none} | |
p:hover a{border-bottom:1px solid} | |
</style> | |
</head> | |
<body> | |
<blockquote cite="http://en.wikipedia.org/wiki/Flat_(geometry)"> | |
<p>In geometry, a <a href="http://en.wikipedia.org/wiki/Flat_(geometry)" title="Flat (geometry) on Wikipedia.">flat</a> is a subset of n-dimensional space that is congruent to a Euclidean space of lower dimension.</p> | |
</blockquote> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment