Last active
November 1, 2020 09:47
Revisions
-
lukeocodes revised this gist
Nov 1, 2020 . 1 changed file with 29 additions and 0 deletions.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,29 @@ .Trans { background: linear-gradient #55cdfc, #55cdfc 20%, #f7a8b8 20%, #f7a8b8 40%, #fff 40%, #fff 60%, #f7a8b8 60%, #f7a8b8 80%, #55cdfc 80%, #55cdfc 100% ); } .Trans--Black { background: linear-gradient #55cdfc, #55cdfc 20%, #f7a8b8 20%, #f7a8b8 40%, #000 40%, #000 60%, #f7a8b8 60%, #f7a8b8 80%, #55cdfc 80%, #55cdfc 100% ); } -
lukeocodes revised this gist
Nov 1, 2020 . No changes.There are no files selected for viewing
-
lukeocodes created this gist
Nov 1, 2020 .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,20 @@ .Pride { background: linear-gradient( #000000, #000000 12.5%, #754d15 12.5%, #754d15 25%, #f00000 25%, #f00000 37.5%, #ff8000 37.5%, #ff8000 50%, #ffff00 50%, #ffff00 62.5%, #007940 62.5%, #007940 75%, #4040ff 75%, #4040ff 87.5%, #a000c0 87.5%, #a000c0 ); }