url

The url CSS date type represents a reference to a file or file fragment. It is specified with the url() function. The url data type is commonly used for images, but also for loading web fonts or defining filter or clipping path effects (in which case the identifier must link to a fragment within an SVG file).

Syntax



url = url( string url-modifier* )