What problem does it solve? Web pages often feel visually loose and unstructured, lacking the subtle grid tension that makes layouts look precise and intentional. This Skill provides a repeatable CSS pattern for drawing thin vertical guide lines at the content container edges plus small corner squares, giving pages a measured, editorial structure without heavy decoration. ## Core Features & Use Cases - Container Edge Lines: Renders 1px vertical lines aligned exactly with the content container's left and right edges using pseudo-elements and shared CSS custom properties. - Corner Squares: Places small (4px-8px) squares at section corners for a precise, technical framing effect. - Responsive Alignment: Uses max() and clamp() so lines stay aligned with the container across viewport sizes, with pointer events disabled so guides never block UI. - Use Case: A designer building a product landing page wants subtle structural guides behind the hero and feature sections; this Skill supplies the tokens, pseudo-element CSS, and HTML markup to implement them consistently. ## Quick Start Add vertical container guide lines with corner squares to my landing page layout using the container-lines pattern.