2 min to read
Background is a CSS property used to create a background image for a block.
Background can be assigned with information such as:
Example
HTML
<p>Hello<p>
CSS
p { background: red; }
Result
Hello