fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles * fix: added 3 dashes line before prob expl * fix: added 3 dashes line before hints * fix: added 3 dashes line before solutions
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
---
|
||||
title: Use CSS Selectors to Style Elements
|
||||
---
|
||||
## Use CSS Selectors to Style Elements
|
||||
# Use CSS Selectors to Style Elements
|
||||
|
||||
---
|
||||
## Problem Explanation
|
||||
CSS selectors are widely used to apply styling to all instances of a particular element.
|
||||
|
||||
To apply the color `purple` to all the `h2`s on the page, you can define the following CSS inside a `<style></style>` block.
|
||||
|
Reference in New Issue
Block a user