0

I am using css for dotted line:

Problem is that Dotted Line in the box is messed up at the corner and looks weird:

CSS CODE IS:

.dotted-box {
    border: 3px dotted #4a4a49;
    border-radius: 0;
    box-shadow: none;
    margin: 69px auto 10px !important;
    padding: 3px;
    width: 75% !important;
}

Please check this on fiddle

IT should be look like following image: enter image description here

Is there anyway to solve this issue?

Husen
  • 955
  • 1
  • 6
  • 16

0 Answers0