thricedotted
@thricedotted

custom element <hole> which is. well. it's hole


goatsnail
@goatsnail
This page's posts are visible only to users who are logged in.

mog
@mog
hole {
  display: block;
  color: transparent;
  user-select: none;
  pointer-events: none;
  height: 2rem;
}

hole::before {
  color: black;
  content: '🕳️';
}

You must log in to comment.

in reply to @thricedotted's post: