Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save juanjunger/226153a3e8343ff1c9f086af847d2fcb to your computer and use it in GitHub Desktop.

Select an option

Save juanjunger/226153a3e8343ff1c9f086af847d2fcb to your computer and use it in GitHub Desktop.

Revisions

  1. @stereokai stereokai revised this gist Sep 22, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,5 @@
    border-radius: 80px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-clip: padding-box, border-box;
    }
  2. @stereokai stereokai created this gist May 10, 2016.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    .rounded-corners-gradient-borders {
    width: 300px;
    height: 80px;
    border: double 4px transparent;
    border-radius: 80px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    }