I was doing a mini project myself and decided to place a background image for another image ahd here is my CSS code:
.child2 img {
width: 200px;
height: 200px;
border-radius: 50%;
background-image: url('./assets/images/imageborder.png');
}
When I tried to run my Angular webpage,this popped up:
Cant resolve ./assets/images/imageborder.png in /Users/[my name]/sites/Project A/src/app/home
How to solve this issue?