css

This is an old revision of the document!


How to make border linear gradient

Use multiple background, then use background-origin and background-clip.

background: linear-gradient(to right, white, black), linear-gradient(to top, blue, red);
border: 5px solid transparent;
border-radius: 30px;
background-origin: border-box;
background-clip: padding-box, border-box;

  • css.1716381183.txt.gz
  • Last modified: 2024/05/22 12:33
  • by root1