fix(curriculum): add note on css classes in bookstore page workshop (#66632)

This commit is contained in:
Vîzdoagă Octavio
2026-03-26 19:59:09 +02:00
committed by GitHub
parent 9985e0d62b
commit 0ce80ac036
@@ -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.