
백그라운드 사진 크기 조절은 어떻게 해야하나요 제가 까먹은거같아서요.ㅠㅠ

백그라운드 배경 사진을 하나만 딱 중앙에 두고 싶은데 코드 어떤거를 수정해야할까요?
작성한 코드 및 에러 메세지
.mypic {
width: 100%;
height: 300px;
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('사진주소');
background-position: center 30%;
background-size: 50%;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
어디부분 수정해야할지 헷갈려서요.ㅠ간단한 질문이지만 부탁드립니다.
