Files
clearless/examples/arrows.html
2012-10-09 09:57:06 +01:00

35 lines
616 B
HTML

<!DOCTYPE html>
<html lang="en" class="generatedcontent">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="http://clearleft.com/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLess Examples</title>
</head>
<body>
<div class="receptacle header">
<h1>Arrows</h1>
</div>
<div class="receptacle">
<h2>Arrow box</h2>
<div class="arrowbox-example">
<p>This is a box with a handy pointer arrow!</p>
</div>
</div>
</body>
</html>