Tag: height

CSS: Using Calc for Height

After successfully using the calc function for width I naturally wondered if I could use the same function for height. At first I thought the answer was a definitive ‘no!’ I tried a couple of calc formulas for height: height: calc(100% – 100px); height: calc(500px + 25%);