.border-test {
width: 200px;
height: 100px;
border-top-style: dotted;
border-right-style: solid;
border-bottom-style: dotted;
border-left-style: solid;
}
Which will produce the following output:
5.13
Now, to make things even more exciting, we can also apply this same border style in the following way: