<div className="card border-0 shadow " style={{margin: '0 500px' }}>
The above code describes how to add margins to a component ,but why can't it be written like this:
<div className="card border-0 shadow " style={{top-margin: '500px';left-margin : '200px' }}>