fix(guide): Fix all frontmatter
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Create a Gradual CSS Linear Gradient
|
||||
---
|
||||
---
|
||||
title: Create a Gradual CSS Linear Gradient
|
||||
---
|
||||
## Create a Gradual CSS Linear Gradient
|
||||
|
||||
|
||||
To create a linear gradient you must define at least two color stops. Color stops are the colors you want to render smooth transitions among. You can also set a starting point and a direction (or an angle) along with the gradient effect.
|
||||
|
||||
The syntax is always:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
title: Add a Submit Button to a Form
|
||||
---
|
||||
---
|
||||
title: Add a Submit Button to a Form
|
||||
---
|
||||
## Add a Submit Button to a Form
|
||||
|
||||
In this challenge you want to insert the submit button as the last element of the form ( just before the `</form>` closing tag) and to give it the attribute `type="submit"` (everything lowercase) and a text content of "Submit" (first letter uppercase) as specified in the challenge instruction.
|
||||
|
||||
Reference in New Issue
Block a user