fix: missing intro for cat painting (#51960)

This commit is contained in:
Jessica Wilkins
2023-10-17 11:19:13 -07:00
committed by GitHub
parent 51f90cc6aa
commit 42a1a6c5ee
+4 -1
View File
@@ -209,7 +209,10 @@
},
"learn-intermediate-css-by-building-a-cat-painting": {
"title": "Learn Intermediate CSS by Building a Cat Painting",
"intro": ["", ""]
"intro": [
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts",
"In this course, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
]
}
}
},