You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 line
1.0 KiB

  1. <template>
  2. <article class="group hover:bg-sky-500 hover:cursor-pointer p-4">
  3. <figure class="mb-8">
  4. <figcaption class="text-center text-black z-article-title relative">
  5. <h2 class="bebas-neue-regular uppercase text-6xl">
  6. william turner
  7. </h2>
  8. <p class="noto-sans-400 text-2xl capitalize tracking-widest">
  9. the burning of the houses
  10. </p>
  11. </figcaption>
  12. <img class="-mt-20 z-article-image" src="https://files.erudi.fr/virages/turner.jpg" alt="">
  13. </figure>
  14. <footer class="footer">
  15. <h3 class="bebas-neue-regular uppercase text-5xl">
  16. Romantisme
  17. </h3>
  18. <section class="flex mt-6">
  19. <span class="bebas-neue-regular uppercase text-5xl mt-4">
  20. 1834
  21. </span>
  22. <div class="noto-sans-400 text-2xl ml-6">
  23. <div class="mb-2">
  24. paysage urbain
  25. </div>
  26. <div class="text-slate-600">
  27. huile sur toile
  28. </div>
  29. </div>
  30. </section>
  31. </footer>
  32. </article>
  33. </template>