Key-Value
.key-value is for html dl.
Applicable Elements
dl
Basic Usage
- Name
- John Doe
- Age
- 20
- Mail Address
- mail@example.com
<dl class="key-value card" style="padding:12px;">
<dt>Name</dt>
<dd>John Doe</dd>
<dt>Age</dt>
<dd>20</dd>
<dt>Mail Address</dt>
<dd>example@example.com</dd>
</dl>