커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
1-10 background-image가 상어가 아니라 포스터 윗부분의 글씨예요...!
undefined주차
북마크
노*희
댓글
5
추천
0
조회수
9
조회수
9
답변 완료
<style>
  .mytitle {
    background-color: green;

    width: 100%;
    height: 250px;

    background-image: url(https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg);
    background-positon: center;
    background-siza: cover;

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .mytitle > button {
      width: 200px;
      height: 50px;

      background-color: transparent;
      color: white;

      border-radius: 50px;

      border: 1px solid white;

      margin-top: 10px;
  }
  .mytitle > button:hover {
       border: 2px solid white;

백그라운드 이미지가 상어그림이 아니라 포스터 윗부분인데 어느부분이 잘못된건가요?ㅜㅠ

스파르타 즉문즉답


취소
 공유
취소
댓글 0
댓글 알림
나의얼굴