Tea Education

  • A Trip to a Superior Tea Region

    There is way more to white tea flavors than you may think. Recently I went to Guan Yang in search of tea. Guan Yang is a well known town within the...
  • 2024 Source in review. (Part 1)

    Every year holds challenges. To find teas that really showcase the specific  characteristics of the specific cultivar you have to pray for good wea...
/* 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