Tea Education

  • Huang Shan Da Gu Yun (大谷云) Written Telling

      As many of have seen I am trying to do more videos this year, really bring you in to the tea areas. That being said sometimes the ca...
  • Da Gu Yun

    This time we go to a region in Shi Xian, outside of the Huang Shan core region. We arrived in Shi Xian around 2 oclock on April 4th. At this tim...
  • Mao Feng Monday 2019 Day 1: Hou Gu

    Welcome to the first edition of Mao Feng Monday. Every Monday for the next few weeks I will be traveling to a Huang Shan Mao Feng producing reg...
/* 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