|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <title> |
| 5 | + Box-Shadow / Theming / Docs / TACHYONS |
| 6 | + </title> |
| 7 | + <meta name="description" content="CSS"> |
| 8 | + <%= head %> |
| 9 | + </head> |
| 10 | + <body class="w-100 sans-serif"> |
| 11 | + <%= siteHeader %> |
| 12 | + <main class=""> |
| 13 | + <article class="bg-near-white bt b--black-10 pa3 ph5-ns"> |
| 14 | + <h4 class="f4 mv0 fw6 dib mr4"><%=name %></h4> |
| 15 | + <p class="measure lh-copy f5 f4-ns"> |
| 16 | + This module provides several options for box-shadow. Feel free to customize if |
| 17 | + they do not suit your needs. |
| 18 | + </p> |
| 19 | + </article> |
| 20 | + <div class="ph3 ph5-ns pt4 pb5"> |
| 21 | + <h2 class="f3 bold">Examples</h2> |
| 22 | + <h3 class="f5 book pt4 caps">Box Shadow</h3> |
| 23 | + <code class="f6 db mv3"></code> |
| 24 | + <div class="shadow-1 ph3 pv4 tc mw6 mb4"><code>.shadow-1</code></div> |
| 25 | + <div class="shadow-2 ph3 pv4 tc mw6 mb4"><code>.shadow-2</code></div> |
| 26 | + <div class="shadow-3 ph3 pv4 tc mw6 mb4"><code>.shadow-3</code></div> |
| 27 | + <div class="shadow-4 ph3 pv4 tc mw6 mb4"><code>.shadow-4</code></div> |
| 28 | + <div class="shadow-5 ph3 pv4 tc mw6 mb4"><code>.shadow-5</code></div> |
| 29 | + <div class="mt5 cf dn"> |
| 30 | + <div class="dib mr4"> |
| 31 | + <h1 class="f4 ttu tracked fw6">Previous</h1> |
| 32 | + <a href="/docs/debug/" class="link fw6 blue dim">Debug</a> |
| 33 | + </div> |
| 34 | + <div class="dib"> |
| 35 | + <h1 class="f4 ttu tracked fw6">Next</h1> |
| 36 | + <a href="/docs/typography/scale/" class="link fw6 blue dim">Type Scale</a> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + <div class="mt5"> |
| 40 | + <h1 class="f4 ttu tracked fw6">Reference</h1> |
| 41 | + <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow" class="db link fw6 blue dim">MDN - Box Shadow CSS</a> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + <section class="bg-near-white black-70 pt4 pb5 overflow-container"> |
| 45 | + <header class="ph3 ph5-ns pt4"> |
| 46 | + <kbd class="yellow">src/_box-shadow.css</kbd> |
| 47 | + </header> |
| 48 | +<pre class="ph3 ph5-ns"> |
| 49 | +<code class="code" style="font-size: .75rem;"> |
| 50 | +<%= srcCSS %> |
| 51 | +</code> |
| 52 | +</pre> |
| 53 | + </section> |
| 54 | + <%= navDocs %> |
| 55 | + </main> |
| 56 | + <%= siteFooter %> |
| 57 | + <%= googleAnalytics %> |
| 58 | + </body> |
| 59 | +</html> |
0 commit comments