Forked from stereokai/gist:36dc0095b9d24ce93b045e2ddc60d7a0
Created
March 13, 2023 20:09
-
-
Save juanjunger/226153a3e8343ff1c9f086af847d2fcb to your computer and use it in GitHub Desktop.
Revisions
-
stereokai revised this gist
Sep 22, 2022 . 1 changed file with 1 addition and 1 deletion.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 @@ -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: padding-box, border-box; } -
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; }