DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Functions — Example 81

Quick explanation + ready code for: Functions.

CSS Functions Back to examples
Back to language
Syntax: Functions in CSS. ID: #81

Code

.box{ transform:translateX(3px); }

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.