url()
url()
The url() function lets us import an external resource, usually a file, into CSS.
.element { background-image: url("https://example.com/image.png"); }
Continue Reading