
mac으로 하고 있어서인지는 모르겠으나 명령어와 줄도 잘 맞추고 뒤에 ; 붙이는 것도 잊지 않았는데 왜 이러는지 궁금합니다
다른 건 전부 다 잘됐는데 이것 하나가 걸리네요
도움 부탁드립니다


작성한 코드 및 에러 메세지
.mytitle {
width:300px;
height:200px;
color: white;
text-align: center;
padding-top:30px;
border-radius:8px;
background-image: url('https://www.ancient-origins.net/sites/default/files/field/image/Agesilaus-II-cover.jpg');
background-position: center;
background-size: cover;
}
