Skip to content

Mark the day with an emoji

Liam Cain edited this page Dec 15, 2020 · 2 revisions

Snippet

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