hey we are using react js in our project to configure video call feature in that i am facing with the styling for the video grid and remove videos component
This is the way i am using
<Grid item xs={12} style={{
marginTop: '20px',
height: '20rem',
width: "100%",
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
position: "relative",
zIndex: -1,
}}>
can any one suggest how to add css property to this
hey we are using react js in our project to configure video call feature in that i am facing with the styling for the video grid and remove videos component This is the way i am using <Grid item xs={12} style={{ marginTop: '20px', height: '20rem', width: "100%", display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', position: "relative", zIndex: -1, }}>
can any one suggest how to add css property to this
I need to do the styling in this format