Skip to content

Instantly share code, notes, and snippets.

@LordHarkon
Created September 22, 2023 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordHarkon/e51fb149ef41ea3ec726e9d24efac8d3 to your computer and use it in GitHub Desktop.
Save LordHarkon/e51fb149ef41ea3ec726e9d24efac8d3 to your computer and use it in GitHub Desktop.
<div class="flex h-64 w-64 border border-white/20 bg-slate-950">
<div class="flex w-full items-end justify-end">
<div class="group h-min w-min">
<div class="w-min rounded-full bg-slate-500 p-2 group-hover:hidden">🔵</div>
<div class="hidden flex-row gap-1 group-hover:flex">
<div class="w-min rounded-full bg-slate-500 p-2">👀</div>
<div class="w-min rounded-full bg-slate-500 p-2">✏</div>
<div class="w-min rounded-full bg-slate-500 p-2">🚮</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment