-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrids.html
72 lines (62 loc) · 3.2 KB
/
grids.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!--
Copyright 2020 The Webments Maintainers and Contributors.
Use of this source code is governed by a LGPL-2.1-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<html lang="en" class="dark1">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../main.css" />
<link rel="stylesheet" type="text/css" href="../../neumorphic.css" />
<link rel="shortcut icon" href="../assets/icon.png" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>Grids | Webments | Neumorphic</title>
</head>
<body>
<div class="sidenav">
<ul class="sidebarul">
<li><a class="lev1 lastitem" href="../index.html">Introduction</a></li>
<li><a class="lev1" href="../getting-started/installing.html">Getting started</a></li>
<li><a class="lev2 lastitem" href="../getting-started/installing.html">Installing</a></li>
<li><a class="lev1" href="containers.html">Layout</a></li>
<li><a class="lev2" href="containers.html">Containers</a></li>
<li><a class="lev2 lastitem active" href="grids.html">Grids</a></li>
<li><a class="lev1" href="../components/buttons.html">Components</a></li>
<li><a class="lev2" href="../components/blockquotes.html">Blockquotes</a></li>
<li><a class="lev2" href="../components/buttons.html">Buttons</a></li>
<li><a class="lev2" href="../components/checkboxes.html">Checkboxes</a></li>
<li><a class="lev2" href="../components/code-blocks.html">Code blocks</a></li>
<li><a class="lev2" href="../components/dropdowns.html">Dropdowns</a></li>
<li><a class="lev2" href="../components/flashes.html">Flashes</a></li>
<li><a class="lev2" href="../components/navbars.html">Navbars</a></li>
<li><a class="lev2" href="../components/radio-buttons.html">Radio Buttons</a></li>
<li><a class="lev2 lastitem" href="../components/text-fields.html">Text fields</a></li>
<li><a class="lev1" href="../additions/close-button.html">Additions</a></li>
<li><a class="lev2" href="../additions/close-button.html">Close button</a></li>
<li><a class="lev2" href="../additions/shadows.html">Shadows</a></li>
<li><a class="lev2" href="../additions/text-and-typography.html">Text and Typography</a></li>
</ul>
</div>
<div class="container">
<div class="repobuttonstop">
<button class="mini-bt br-orange" href="https://github.com/webments/neumorphic.css">Star</button>
<button class="mini-bt br-orange" href="https://github.com/webments/neumorphic.css/fork">Fork</button>
<button class="mini-bt br-orange" href="https://github.com/webments/neumorphic.css/subscription">Watch</button>
</div>
<div class="titleandsubtitlearea">
<h4 class="title">Webments | neumorphic.css</h4>
<h1>Grids</h1>
</div>
<div class="elementsdiv">
</div>
<footer>
<center>
<a class="belowimg" href="https://github.com/Webments" target="_blank"><img
src="../assets/footer.png"></img></a>
<p class="footercopyright">Copyright 2020 The Webments Maintainers and Contributors.</p>
</center>
</footer>
</body>
</html>