R
R
Roma2016-06-08 22:39:34
css
Roma, 2016-06-08 22:39:34

How to make the first screen adjust to the height of the browser window?

Please tell me
How to make the height of only the first screen adjusted to the height of the browser window?
Example:
designmodo.com/slides
Thanks for any info :)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Radja7, 2016-06-08
@Radja7

Set the first screen block height: 100vh

A
Alex Glebov, 2016-06-08
@SkiperX

section.first{
height:100vh;
min-height:600px;
}

P
Pavel Radkov, 2016-06-08
@paulradzkov

Use viewport-height units to set the cover height:

.page-cover {
   min-height: 100vh;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question