Home / CSS Tips Generated By ChatGPT / Fullscreen Sections with VH Unit in CSS Design fullscreen sections that fit perfectly in the viewport using the vh unit. Source Code .fullscreen-section { height: 100vh; }