Welcome ðŸŽ‰

logo

ReactLMS

Search
Light Mode
Contact Us

2 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred

Concept


Background is a CSS property used to create a background image for a block.


Background can be assigned with information such as:


How to use


Example

HTML

<p>Hello<p>







CSS

p {
  background: red;
}







Result

Hello


Experience


Hello



Read more
On This Page