CSS Backgrounds

title: Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

Sources:

  • **

The CSS background properties are used to define the background effects for elements.

CSS background properties:

  1. background-color
  2. background-image
  3. background-repeat
  4. background-position

Code Snippets

Background Color

body {
  background-color:
}

Details

About

This note is about …

See Also


Appendix

Note created on 2024-04-15 and last modified on 2024-04-15.

LIST FROM [[CSS - Backgrounds]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/CSS/CSS - Backgrounds"

(c) No Clocks, LLC | 2024