My width is calculated
.wrapper { width: 400px; } .box { width: calc(20% + 100px); }
My width is calculated.