Daily Shaarli

All links of one day in a single page.

Previous day

November 16, 2023

Next day

html - How to increase space between dotted border dots - Stack Overflow
thumbnail
div.five:before {
  content: "";
  position: absolute;
  border: 5px dashed #FF0000;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

div {
  overflow: hidden;
  position: relative;

  text-align:center;
  padding:10px;
  margin-bottom:20px;
}