강의

멘토링

커뮤니티

Inflearn Community Q&A

tjsrb520552130's profile image
tjsrb520552130

asked

Node and React series that you can learn by following - Creating a movie site

Movie App Series #7 Creating a Movie Detail Page (Learn React Node by Following)

무비디테일 메인 이미지 css가 안됩니다.

Written on

·

291

1

는 1:1 문의하기를 이용해주세요.
도움nodejsreactexpressmongodb웹앱

Answer 1

0

John Ahn님의 프로필 이미지
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'
}}>

이거 한번 해보시겠어요 ?

tjsrb520552130's profile image
tjsrb520552130

asked

Ask a question