0 / 60 seg.

Complete the code to create a border with a width of 2 pixels, a dashed style, and a blue color:

.element {
    border: _____;
}