diff options
Diffstat (limited to 'content/posts/2021-09-21-background-image.md')
-rw-r--r-- | content/posts/2021-09-21-background-image.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/content/posts/2021-09-21-background-image.md b/content/posts/2021-09-21-background-image.md index d501a34..59866c9 100644 --- a/content/posts/2021-09-21-background-image.md +++ b/content/posts/2021-09-21-background-image.md @@ -1,11 +1,9 @@ ---- -title: "[Web Horror] Background Image" -date: 2021-09-21 -lang: en -categories: [ blog, rant ] -tags: [css, background, image, "web horror"] -translationKey: bg-img ---- ++++ +title = "[Web Horror] Background Image" +date = 2021-09-21 +categories = [ "rant", "web" ] +tags = ["css", "background", "image", "web horror"] ++++ CSS allows you to set background for an element with an image with [background-image attribute][bg-img]. However, as recommended by Mozilla, you |