# Story [Page].[Section]: [Page Name] - [Section Name] **Page**: [Page Number] [Page Name] **Section**: [N] of [Total] **Complexity**: Simple | Medium | Complex **Estimated Time**: [X] minutes --- ## 🎯 Goal [Brief description of what this section accomplishes] --- ## πŸ“‹ What to Build ### HTML Elements ```html
``` ### JavaScript (if needed) ```javascript // [Description of JavaScript functionality] function [functionName]() { // Implementation } ``` ### Tailwind Classes to Use **Key classes for this section**: - `[class-category]`: `[specific-classes]` - `[class-category]`: `[specific-classes]` **Example combinations**: ```html