Answers for "css local variable"

CSS
0

css local variable

:root {	--blue: #1e90ff; }

body { background-color: var(--blue); }
Posted by: Guest on October-13-2021

Browse Popular Code Answers by Language