css height screen code example
Example 1: make a div full screen css
height: 100vh
Example 2: width in % of a screen css
1vw = 1% of viewport width
1vh = 1% of viewport height
height: 100vh
1vw = 1% of viewport width
1vh = 1% of viewport height