CSS3:ビューポートユニット
Viewport Units
vwとvh
code:sample.css
#sample {
width: 50vw;
height: 100vh;
}