linear gradient with color stop

PHOTO EMBED

Tue Jun 28 2022 15:04:32 GMT+0000 (Coordinated Universal Time)

Saved by @patdevwork

  background: linear-gradient(90deg, rgb(255, 0, 0) 75%, rgb(0, 255, 0), rgb(0, 0, 255)); // the 75% is the amount of red in the gradient.. so it occupies 3/4 of the whole color!
content_copyCOPY