79466527

Date: 2025-02-25 12:23:17
Score: 1
Natty:
Report link
.border 
{
  position: relative;
  border: 3px dashed black;
}
.border::before 
{
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 3px dashed red;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Awasthi Adda