Getting Started

  1. Extract and copy the CSS files in the root of your download folder to your projects CSS folder.
  2. Include a link to the CSS your document’s <head> tags
<link rel="stylesheet" href="css/turin.min.css">
  1. Use the following markup to create the most basic instance of an image hover element..
<figure class="c4-turin">
  <img src="https://source.unsplash.com/FaPxZ88yZrw/400x300" alt="Sample Image">
  <figcaption>
    <h3>
      Some sample text
    </h3>
  </figcaption>
</figure>
Sample Image

Some sample text