Created
September 22, 2023 20:10
-
-
Save LordHarkon/e51fb149ef41ea3ec726e9d24efac8d3 to your computer and use it in GitHub Desktop.
Revisions
-
LordHarkon created this gist
Sep 22, 2023 .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,12 @@ <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>