You can do that by:
| Styling groups of tags (separate them by commas): | |||||
| h1, p,.copyright, #banner { color: #F1CD33; } | |||||
| Universal selector (apply to all tags): | |||||
| * { font-weight: bold; } | |||||
You can do that by:
| Styling groups of tags (separate them by commas): | |||||
| h1, p,.copyright, #banner { color: #F1CD33; } | |||||
| Universal selector (apply to all tags): | |||||
| * { font-weight: bold; } | |||||