Skip to content

Mark the day with an emoji

Liam Cain edited this page Jan 18, 2021 · 2 revisions

Snippet

#calendar-container [data-emoji-tag]::after {
  content: attr(data-emoji-tag);
  position: absolute;
  top: -4px;
  right: 4px;
  height: 8px;
  width: 8px;
}
image
Clone this wiki locally