mirror of
https://github.com/clearleft/clearless.git
synced 2026-01-09 05:37:54 -05:00
66 lines
1.3 KiB
HTML
66 lines
1.3 KiB
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>Sprites & Icons</h1>
|
|
|
|
</div>
|
|
|
|
<div class="receptacle">
|
|
|
|
<h2>Sprited image replacement</h2>
|
|
|
|
<a href="#" class="clearleft-branding">Clearleft</a>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="receptacle">
|
|
|
|
<h2>Sprited Icons</h2>
|
|
|
|
<ul class="icon-nav">
|
|
<li class="robots"><a href="#">Robots</a></li>
|
|
<li class="rockets"><a href="#">Rockets</a></li>
|
|
<li class="runners"><a href="#">Runners</a></li>
|
|
<li class="ghosts"><a href="#">Ghosts</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="receptacle">
|
|
|
|
<h2>Non-sprited icons</h2>
|
|
|
|
<ul>
|
|
<li><a href="#" class="social social--twitter">Twitter</a></li>
|
|
<li><a href="#" class="social social--feed">RSS</a></li>
|
|
<li><a href="#" class="social social--huffduffer">Huffduffer</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="receptacle">
|
|
|
|
<h2>Prepended sprited icon</h2>
|
|
|
|
<p><a href="#" class="more">Read more</a></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|