Skip to content

Instantly share code, notes, and snippets.

@SashaDesigN
Created May 16, 2020 13:58
Show Gist options
  • Select an option

  • Save SashaDesigN/424718649471c91af02183c90de2129c to your computer and use it in GitHub Desktop.

Select an option

Save SashaDesigN/424718649471c91af02183c90de2129c to your computer and use it in GitHub Desktop.

Revisions

  1. SashaDesigN created this gist May 16, 2020.
    5 changes: 5 additions & 0 deletions background.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    background: rgb(80,2,97);
    background: -moz-linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%);
    background: -webkit-linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%);
    background: linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500261",endColorstr="#6e009d",GradientType=1);