florida-drupalcamp-tailwindcss/templates/includes/home/header.html.twig

6 lines
350 B
Twig
Raw Normal View History

2020-12-27 03:32:00 +00:00
<div class="relative flex flex-col items-center justify-center" style="height: 700px">
<img class="h-full w-full object-cover object-center" src="/images/auditorium_blur-tablet_narrow.jpg" alt="">
<div class="absolute inset-0 bg-blue-600 opacity-60 z-10"></div>
<img class="absolute h-4/6 z-10" src="/images/2020-logo.svg" alt="">
</div>