hero.vue 742 B

1234567891011
  1. <template>
  2. <section class="w-full mx-auto bg-nordic-gray-light flex pt-12 md:pt-0 md:items-center bg-cover bg-right" style="max-width:1600px; height: 32rem; background-image: url('https://picsum.photos/id/1072/3872/2592?grayscale')">
  3. <div class="container mx-auto">
  4. <div class="flex flex-col w-full lg:w-1/2 justify-center items-start px-6 tracking-wide">
  5. <a class="text-xl inline-block no-underline border-b border-gray-600 leading-relaxed hover:text-black hover:border-black" href="#">cerco</a>
  6. <a class="text-xl inline-block no-underline border-b border-gray-600 leading-relaxed hover:text-black hover:border-black" href="#">offro</a>
  7. <h1 class="text-black text-2xl my-4">Cosette</h1>
  8. </div>
  9. </div>
  10. </section>
  11. </template>