blob: d09cbb3f6f9b5414409916baa27dad2e752f2fae [file] [log] [blame]
<!DOCTYPE>
<html>
<style>
#element-container-vw {
background:green;
height:30vw;
width:30vw;
font-size:3vw;
line-height:3vw;
text-indent:2vw;
margin-left:2vw;
margin-right:2vw;
margin-top:2vw;
margin-bottom:2vw;
border-top-left-radius:1vw;
border-top-right-radius:1vw;
border-bottom-left-radius:1vw;
border-bottom-right-radius:1vw;
padding-left:2vw;
padding-right:2vw;
padding-top:2vw;
padding-bottom:2vw;
min-height:10vw;
min-width:10vw;
max-height:60vw;
max-width:60vw;
}
</style>
<div id="element-container-vw">TEST PASSED</div>
</html>