Start Here: Difference between revisions

No edit summary
No edit summary
Line 121: Line 121:
</div>
</div>


<!-- CSS for scrolling animation -->
<style>
@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
</style>


<!-- EXPLORE ALL SECTIONS -->
<!-- EXPLORE ALL SECTIONS -->