From 07e4a2dafe248280b5610f8c7d09b0f30b530f54 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 10 Jun 2024 09:41:25 -0400 Subject: Initial modifications to rebuilt only changed files based on mod date, performance updates --- build/multiple-css-background-images/index.html | 48 ------------------------- 1 file changed, 48 deletions(-) delete mode 100644 build/multiple-css-background-images/index.html (limited to 'build/multiple-css-background-images') diff --git a/build/multiple-css-background-images/index.html b/build/multiple-css-background-images/index.html deleted file mode 100644 index c41773d..0000000 --- a/build/multiple-css-background-images/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - Using Multiple CSS Background Images - - - - - - - -
-

Using Multiple CSS Background Images

-

2018-09-28

-

It isn’t something developers have a need to do very often, but you can set multiple background images on a single element.

-

Example:

-
.element {
-    background: url('image_path') center repeat, linear-gradient(transparent 0%, #000 100%) no-repeat;
-}
-
-

What can you do with this? It’s only limited by your imagination, but I’m personally a fan of always using as few elements as possible when working on a project.

- \ No newline at end of file -- cgit v1.2.3-54-g00ecf