We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561c3ee commit 5455061Copy full SHA for 5455061
index.html
@@ -6,13 +6,28 @@
6
<meta name="author" content="Paul Lewis" />
7
<meta name="viewport" content="width=device-width">
8
<title>UI elements</title>
9
+ <style>
10
+ html, body {
11
+ color: #777;
12
+ font-family: Arial;
13
+ }
14
+
15
+ a {
16
+ color: #444;
17
18
19
+ a:visited {
20
+ color: #666;
21
22
+ </style>
23
</head>
24
<body>
25
<h1>UI Element Samples</h1>
26
<ul>
27
<li><a href="./image-zoomer/">Episode 1. Image Zoomer</a></li>
28
<li><a href="./swipeable-cards/">Episode 2. Swipeable Cards</a></li>
29
<li><a href="./side-nav/">Episode 3. Side Nav</a></li>
30
+ <li><a href="./side-nav/">I/O: Expand & Collapse</a></li>
31
</ul>
32
33
<a href="https://github.com/googlechrome/ui-element-samples">See the source</a>
0 commit comments