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