a { background-color: yellow; }
a
- selector
{
- declaration start
background-color
- property
:
- property/value separator
yellow
- value
;
- declaration separator
}
- declaration end
by Valeri Tandilashvili
5 years ago
CSS
CSS Crash Course For Absolute Beginners
2
Pro tip: use ```triple backticks around text``` to write in code fences