-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathggv.html
More file actions
23 lines (21 loc) · 703 Bytes
/
ggv.html
File metadata and controls
23 lines (21 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/site.css">
<link rel="icon" href="static/gold.svg">
<title>gold.css</title>
</head>
<body class="gf gg01d gc">
<div class="gg10v">
<h1 class="gt-xl">gg*v</h1>
<p>gold grid (vertical)</p>
</div>
<div>
<p>group two elements together (like a card)</p>
<p>two vertical grids: <code>gg01v</code> and <code>gg10v</code></p>
<p>on <code>gg01v</code> the top element is smaller than the bottom one</p>
<p>opposite on <code>gg10v</code></p>
</div>
</body>