Complete the code to create a border with a width of 2 pixels, a dashed style, and a blue color:
.element {
border: _____;
}
Complete the code to create a border with a width of 2 pixels, a dashed style, and a blue color:
.element {
border: _____;
}