Inflearn Community Q&A
무비디테일 메인 이미지 css가 안됩니다.
Written on
·
284
1

는 1:1 문의하기를 이용해주세요.
도움nodejsreactexpressmongodb웹앱
Answer 1
0
John Ahn
Instructor
안녕하세요 !!
| <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' | |
| }}> |
이거 한번 해보시겠어요 ?





