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;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments