Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rayets123/16dd8a92b5ab58658dba65ae49dd0695 to your computer and use it in GitHub Desktop.
Save rayets123/16dd8a92b5ab58658dba65ae49dd0695 to your computer and use it in GitHub Desktop.

Revisions

  1. @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;
    }