<script src="jquery.min.js"></script>
<script src="jquery.hover3d.min.js"></script>
There is a minimal markup required, the element container and element that will be transformed into 3d card
<div class="project">
<div class="project__card">
<!-- Content element goes here -->
</div>
</div>
There is no special CSS file to be included, you can write your own CSS and playing with transform on child elements. However there is helper class that will be added when hovering in and out.