Figure

<figure>
    <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Alice_par_John_Tenniel_02.png/392px-Alice_par_John_Tenniel_02.png" alt="White Rabbit" />
    <figcaption>White Rabbit woodcut</figcaption>
</figure>
<figure>
  <img src="{{ src }}" alt="{{ alt }}" />
  <figcaption>{{ figcaption }}</figcaption>
</figure>
{
  "src": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Alice_par_John_Tenniel_02.png/392px-Alice_par_John_Tenniel_02.png",
  "alt": "White Rabbit",
  "figcaption": "White Rabbit woodcut"
}
  • Content:
    figure {
      margin-right: 0;
      margin-left: 0;
      text-align: center;
    }
    
    figcaption {
      color: #777;
      font-style: italic;
      font-family: $font-stack-serif;
    }
  • URL: /components/raw/figure/_sass.scss
  • Filesystem Path: components/01-elements/02-media/04-figure/_sass.scss
  • Size: 157 Bytes

There are no notes for this item.