Код: Выделить всё
.box {
width: 300px;
height: 200px;
border: dotted 1px #f00;
float: left;
}
Подробнее здесь: https://stackoverflow.com/questions/625 ... order-dots
Код: Выделить всё
.box {
width: 300px;
height: 200px;
border: dotted 1px #f00;
float: left;
}