CSS Dapatkan Tinggi Layar

height: 100vh; /* 100% of viewport height */
width: 100vw; /* 100% of viewport width */
RyanGar46