Definition
Notice: This documentation has been deprecatedFor new web site development and existing site improvement, please refer to the EBI Visual Framework (v1.1) documentation. All services are expected to use the new framework by February 2017. |
Example:
- The title is here
- Lorem ipsum definition goes here dolor sit amet.
- The title is here
- Lorem ipsum definition goes here dolor sit amet.
- The title is here
- Lorem ipsum definition goes here dolor sit amet.
HTML:
<dl>
<dt>The title is here</dt>
<dd>Lorem ipsum definition goes here dolor sit amet.</dd>
<dt>The title is here</dt>
<dd>Lorem ipsum definition goes here dolor sit amet.</dd>
<dt>The title is here</dt>
<dd>Lorem ipsum definition goes here dolor sit amet.</dd>
</dl>
CSS:
dl dt {
font-size: 16px;
font-weight: bold;
line-height: 1.2;
}
dl dd {
margin: 0 0 10px 0;
font-size: 14px;
line-height: 1.4;
color: #666;
}
