Skip to main content
✏️ Code CompletionCS CSS Hard+35 XP

Calc Function

Complete to make an element fill remaining width.

✏️ Fill in the blank
.sidebar { width: 250px; }
.main { width: ___(100% - 250px); }

✏️ Type the missing code: