Skip to content

Instantly share code, notes, and snippets.

@lukeocodes
Last active November 1, 2020 09:47

Revisions

  1. lukeocodes revised this gist Nov 1, 2020. 1 changed file with 29 additions and 0 deletions.
    29 changes: 29 additions & 0 deletions Trans.css
    Original 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%
    );
    }
  2. lukeocodes revised this gist Nov 1, 2020. No changes.
  3. lukeocodes created this gist Nov 1, 2020.
    20 changes: 20 additions & 0 deletions Pride.css
    Original 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
    );
    }