Book Element

book element
<a href="#" class="book-el">
  <div class="contents">

    <div class="item-meta">
      <i class="oli oli-bookmark"></i><span class="side-info">44</span>
    </div>

    <div class="title-wrapper">
      <h6 class="sub-title">Series:</h6>
      <h2 class="title">Adolescent health transition</h2>
    </div>

  </div>
 </a>

This element consists of two sections 1. .item-meta which is used for metadata purpose and is positioned at the top 2. .title-wrapper which is used for the title

Above example does not uses thumbnail or cover for the element.

With cover

You should add an image with class of .set-me to the element and also add .set-bg class to book element

That will produce the following image:

book element with cover

Color Skins

colors Add these classes to .book-el

  • .skin-blue

  • .skin-green

  • .skin-purple

  • .skin-yellow

  • .skin-red

  • .skin-cyan

  • .skin-lemon

Shadow

shadow To add shadow to this element add .shadow class

Alternative Contents

There are some variations for content type:

The HTML markup will be

Note to .date and .cat classes. Also you can have a h6 with class of .author if you want to have author name at third line (<h6 class="author">By John Doe</h6>)

Mini!

book element mini

This is an exciting variation of this element and it uses a simple .mini class to achieve this. That simple!

Last updated