forked from stubbornella/oocss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" media="all" href="all.css"/>
<title>Object Oriented Cascading Style Sheets (OOCSS)</title>
</head>
<body>
<div class="page">
<h1>Object Oriented Cascading Style Sheets (OOCSS)</h1>
<div class="line">
<div class="unit size1of4">
<h2>Grids</h2>
<ul>
<li><a href="core/grid/grids_doc.html">Grids documentation</a></li>
<li><a href="core/grid/grids_all.html">All grid combinations</a></li>
</ul>
</div>
<div class="unit size1of4">
<h2>Template</h2>
<ul>
<li><a href="core/template/template_doc.html">Template documentation</a></li>
<li><a href="core/template/template.html">Template example</a></li>
</ul>
</div>
<div class="unit size1of4 lastUnit">
<h2>Module</h2>
<ul>
<li><a href="core/module/mod_doc.html">Module documentation</a></li>
</ul>
</div>
</div>
<div class="line">
<div class="unit size1of4">
<h2>Media</h2>
<ul>
<li><a href="core/media/media.html">Media example</a></li>
</ul>
</div>
<div class="unit size1of4">
<h2>Table</h2>
<ul>
<li><a href="core/table/table.html">Table example</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>