Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created January 9, 2023 08:42
Show Gist options
  • Save maxloncar/072112a26f51530a984c8419238f0049 to your computer and use it in GitHub Desktop.
Save maxloncar/072112a26f51530a984c8419238f0049 to your computer and use it in GitHub Desktop.
Image as a background in CSS
.class {
background-image: url("image_path/image.svg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment