html var used ons css code example Example: create variable in css Click to copy:root { --tab-count: 5; } #div1 { width: calc(100% - var(--tab-count)); }