Skip to content

Instantly share code, notes, and snippets.

@Mukundhan-I2I
Created May 18, 2018 06:23
Show Gist options
  • Save Mukundhan-I2I/ee789b5100c885573f1cb83fc764da88 to your computer and use it in GitHub Desktop.
Save Mukundhan-I2I/ee789b5100c885573f1cb83fc764da88 to your computer and use it in GitHub Desktop.
border-left-width radius with gradient.
border-image: linear-gradient(to bottom, #f79426, #ee4b40) 1 100%;
border-left-width: 8px;
border-style: solid;
border-right-width: 0;
opacity: 0.8;
background-image: linear-gradient(277deg, rgb(33, 31, 30), rgba(222, 231, 254, 0.28));
border-bottom: 0;
border-top: 0;
padding-right: 8px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment