AM
Size: a a a
G
VK
LK
IM
БП
VC
export const Card = ({card, img}) => {
return (
<CardWrapper>
<h6>{card.name}</h6>
</CardWrapper>
);
};
const CardWrapper = styled.div`
background-image: url(${props => props.img});
`;AS
G
VC
е
БП
е
БП
AF
AG
ei
М
AG