fixed header ```css .fixed-header { position: fixed; top: 20px; } ``` sticky header ```css .sticky-header { position: sticky; top: 20px; } ```