Here’s how to use custom variables in CSS.
Step 1: Define your variables at the root level.
:root {
--PhilMagenta: #7E2452;
}
Here’s how to use custom variables in CSS.
Step 1: Define your variables at the root level.
:root {
--PhilMagenta: #7E2452;
}