From 3f6a9546ec13063d0d5bdf21d30a93d3e8aa6050 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 2 Jul 2024 14:22:21 -0400 Subject: Rebuild changes based off latest barf --- .../multiple-css-background-images/index.html | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 build/posts/multiple-css-background-images/index.html (limited to 'build/posts/multiple-css-background-images') diff --git a/build/posts/multiple-css-background-images/index.html b/build/posts/multiple-css-background-images/index.html deleted file mode 100644 index 87e1477..0000000 --- a/build/posts/multiple-css-background-images/index.html +++ /dev/null @@ -1,49 +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