✏️ 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); }Complete to make an element fill remaining width.
.sidebar { width: 250px; }
.main { width: ___(100% - 250px); }