Which declaration gives the a bottom, red, 2.5 pixels wide, double border?
a. border: 2.5px solid red;
b. border-bottom: 2.5px double red;
c. border-width: 2.5px;
d. border: 2.5px red double;