- Favorite Song
- Devil Got My Woman - Skip James
- Favorite Movie
- Primer
- Favorite Artist
- Kanye West
- Favorite Food
- Cheese Pizza
- Least Favorite Flavor
- Cherry
- Favorite Hobby
- Eating Cheese Pizza
Simple
HTML
<dl class="lh-title pa4 mt0"> <dt class="f6 b">Favorite Song</dt> <dd class="ml0">Devil Got My Woman - Skip James</dd> <dt class="f6 b mt2">Favorite Movie</dt> <dd class="ml0">Primer</dd> <dt class="f6 b mt2">Favorite Artist</dt> <dd class="ml0">Kanye West</dd> <dt class="f6 b mt2">Favorite Food</dt> <dd class="ml0">Cheese Pizza</dd> <dt class="f6 b mt2">Least Favorite Flavor</dt> <dd class="ml0">Cherry</dd> <dt class="f6 b mt2">Favorite Hobby</dt> <dd class="ml0">Eating Cheese Pizza</dd> </dl>
css
.b { font-weight: bold; } .lh-title { line-height: 1.25; } .pa4 { padding: 2rem; } .ml0 { margin-left: 0; } .mt0 { margin-top: 0; } .mt2 { margin-top: .5rem; } .f6 { font-size: .875rem; }
Css stats for this component
- Gzipped Size
- 139B
- Selectors
- 7
- Declarations
- 7
Modules referenced
Install via npm Only installs the needed tachyons-modules for this component
npm i --save tachyons-font-weight tachyons-line-height tachyons-spacing tachyons-type-scale