Answers for "css background text clip"

CSS
0

css background text clip

/* Keyword values */
background-clip: border-box;
background-clip: padding-box;
background-clip: content-box;
background-clip: text;

/* Global values */
background-clip: inherit;
background-clip: initial;
background-clip: revert;
background-clip: unset;
Posted by: Guest on August-29-2021

Browse Popular Code Answers by Language