MSU Masthead

Metlab site.css: Images

The preferred method for images is to use the <figure> tag. By default, figured appear with a drop shadow and center in the concent area width. You can add these classes to the tag:

Logo icon
<figure>

Expand to see HTML

<figure><img alt="Logo icon" height="75" src="img/logo.png" width="171">
<figcaption>&lt;figure&gt;</figcaption></figure>
Logo icon
<figure class="full">

Expand to see HTML

<figure class="full"><img alt="Logo icon" height="75" src="img/logo.png" width="171">
<figcaption>&lt;figure&gt;</figcaption></figure>
Logo icon
<figure class="full noshadow border">

Expand to see HTML

<figure class="full noshadow border"><img alt="Logo icon" height="75" src="img/logo.png" width="171">
<figcaption>&lt;figure&gt;</figcaption></figure>