pub fn card_border<F>(color: Color, f: F) -> Element<Div>where F: FnOnce(Element<Div>) -> Element<Div>,
Create a card with border color.