Last active
          September 25, 2025 20:54 
        
      - 
            
      
        
      
    Star
      
          
          (218)
      
  
You must be signed in to star a gist 
- 
              
      
        
      
    Fork
      
          
          (21)
      
  
You must be signed in to fork a gist 
- 
      
- 
        Save stereokai/36dc0095b9d24ce93b045e2ddc60d7a0 to your computer and use it in GitHub Desktop. 
    CSS rounded corners with gradient border
  
        
  
    
      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 characters
    
  
  
    
  | .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: padding-box, border-box; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
next chalenge, transparent background ;)