Answers for "css border dashed two colors"

CSS
0

css dashed double border

.test {
  background:white;
  padding:15px;
  border:1px dashed #000;
  outline:1px dashed #000;
  outline-offset:-5px;
}
Posted by: Guest on January-04-2022

Browse Popular Code Answers by Language