blob: 2176e8dff4892c1972f1f5b8f1d77424182c5e4d [file] [log] [blame]
<html>
<head>
<style>
#rectangle {
width: calc((100% - 20px) / 3);
height: calc((30% + 10px) / 3);
background: green;
}
</style>
</head>
<body>
<div id="rectangle"></div>
</body>
</html>