mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add note on css classes in bookstore page workshop (#66632)
This commit is contained in:
+2
@@ -11,6 +11,8 @@ The `div` element is used as a container to group other HTML elements. You will
|
||||
|
||||
Below the `p` element, add a `div` element. This `div` will be a container for your book cards.
|
||||
|
||||
**Note**: This workshop does not apply CSS. Classes and grouped elements are useful for CSS styling, but in this workshop they are used only to structure and group content. You will learn how styling works in a later module.
|
||||
|
||||
# --hints--
|
||||
|
||||
You should have a `div` element.
|
||||
|
||||
Reference in New Issue
Block a user