hero.vue 469 B

123456789
  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. <h1 class="text-white font-extrabold text-4xl my-4">Cosette</h1>
  6. </div>
  7. </div>
  8. </section>
  9. </template>