3D Book Image CSS Generator

The Outstanding Developer by Sebastien Castiel

Want to learn how to do it yourself? Check out my tutorial Create an animated 3D book in CSS, step by step!
Pssst, the default cover is the one of the book I’m currently writing! Check it out 😉

CSS

HTML

<a 
  class="book-container"
  href="https://theoutstanding.dev/"
  target="_blank"
  rel="noreferrer noopener"
>
  <div class="book">
    <img
      alt="The Outstanding Developer by Sebastien Castiel"
      src="/book-cover.76b99e5d.png"
      />
  </div>
</a>