This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/partials/block.html

6 lines
292 B
HTML

<div class="js-block c-block relative bg-gray-300 w-64 h-64 overflow-hidden">
<div class="c-block__bg bg-gray-600 w-full h-full"></div>
<div class="c-block__img absolute w-full h-full top-0 left-0 bg-cover bg-center" style="background-image: url(/img/img.jpg)">
</div>
</div>