Tea Education

  • How I Found the Newest Qimen Tea

    <iframe width="560" height="315" src="https://www.youtube.com/embed/gCquUwvJ1kc" title="YouTube video player" frameborder="0" allow="acceleromet...
  • Fuding Mix Up.

      I ride a bus deep into the mountains, get off, and just hope I am in the right spot. Sometimes I'm not. I got off the bus is a small area of Fu D...
/* Pine tree swaying animation */ @keyframes pine-sway { 0%, 100% { transform: rotate(0deg); } 25% { transform: rotate(1deg); } 75% { transform: rotate(-1deg); } } .pine-background { animation: pine-sway 4s ease-in-out infinite; transform-origin: bottom center; } /* Stagger multiple trees */ .pine-background:nth-child(2) { animation-delay: 0.5s; } .pine-background:nth-child(3) { animation-delay: 1s; }
html