CSS tips & tricks contd
āļø calc() ā Dynamic Width Formula
š¹ Syntax
width: calc(<value> [operator] <value>);
Operators:+, -, *, /(You must have spaces around the operator.)
š” Common Use Cases
1ļøā£ Subtracting Fixed Space (e.g., Sidebar or Padding)
Suppose your page layout...
jeevanhenrydsouza.hashnode.dev4 min read