Skip to content

Instantly share code, notes, and snippets.

@rogueyoshi
Last active October 10, 2022 05:35
Show Gist options
  • Select an option

  • Save rogueyoshi/a42073ac3aa8bb7a06bf40b99f926249 to your computer and use it in GitHub Desktop.

Select an option

Save rogueyoshi/a42073ac3aa8bb7a06bf40b99f926249 to your computer and use it in GitHub Desktop.

Revisions

  1. rogueyoshi revised this gist Oct 10, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions startgg.css
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,5 @@
    .bracket {
    position: absolute;
    inset: 0;
    background: transparent;
    }
  2. rogueyoshi created this gist Sep 26, 2022.
    12 changes: 12 additions & 0 deletions startgg.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    * {
    visibility: collapse;
    }

    .bracket, .bracket * {
    visibility: visible;
    }

    .bracket {
    position: absolute;
    inset: 0;
    }