
.profile{
width: 100px;
height: 100px;
border-radius: 100%;
border : 2px solid rgb(246, 245, 249);
background-image: url("메디칼.PNG");
background-position: center;
background-size: cover;
메디칼.png에서 ' ' 에서 " " 로 바꿔봤는데도 둘다 사진이 안뜨고 그냥 배경화면 컬러로 떠요
무엇이 문제인걸까요?

