Answers for "get the height and width of display screen"

CSS
1

css get screen height

height: 100vh; /* 100% of viewport height */
width: 100vw; /* 100% of viewport width */
Posted by: Guest on February-10-2022

Code answers related to "get the height and width of display screen"

Browse Popular Code Answers by Language