Question

Select all statements that are true about the border of a paragraph of class one.

.one {
    border: thick solid;
    border-color: red pink; 
    border-bottom: thin dashed blue;
    border-top-color: pink;
}