답변 1
0
안녕하세요 !!
<div style={{ | |
background: `linear-gradient(to bottom, rgba(0,0,0,0) | |
39%,rgba(0,0,0,0) | |
41%,rgba(0,0,0,0.65) | |
100%), | |
url('${props.image}'), #1c1c1c`, | |
height: '500px', | |
backgroundSize: '100%, cover', | |
backgroundPosition: 'center, center', | |
width: '100%', | |
position: 'relative' | |
}}> |
이거 한번 해보시겠어요 ?