Styleguide - The A11Y Project

3.8.1 #Base.Lists.definition dl { definition list

Toggle example guides Toggle HTML markup

Initial styles applied to definition lists without a class applied to them.

Example
Robust
Capable of performing without failure under a wide range of conditions.
Markup
<dl>
  <dt>Robust</dt>
  <dd>Capable of performing without failure under a wide range of conditions.</dd>
</dl>
Source: src/css/base/_lists.scss, line 17