Forked from stereokai/gist:36dc0095b9d24ce93b045e2ddc60d7a0
          
        
    
          Created
          April 25, 2019 12:08 
        
      - 
      
 - 
        
Save rayets123/16dd8a92b5ab58658dba65ae49dd0695 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
stereokai created this gist
May 10, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }