mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: missing intro for cat painting (#51960)
This commit is contained in:
@@ -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."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user