I'm struggling to grasp why using percentages isn't functioning in this scenario. Can someone shed some light on this for me?
#wrapper{
position:relative;
width:90%;
height:90%;
background-color: black;
}
HTML:
<body>
<div id="wrapper">
</div>
</body>