Just starting out with HTML and CSS here, and I'm trying to figure out how to use an image as a border for a div element.
Can someone help point out my mistake?
div {
width: 240px;
height: 510px;
background-color: lightblue;
border-image: url(https://i.ibb.co/TqBJP5d/border-1.png) stretch;
}
<div>
123
</div>