.border { position: relative; border: 3px dashed black; } .border::before { content: ""; position: absolute; top: -6px; left: -6px; right: -6px; bottom: -6px; border: 3px dashed red; }