diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md index 4fb2f53634..294a678d00 100644 --- a/guide/english/html/css-classes/index.md +++ b/guide/english/html/css-classes/index.md @@ -47,6 +47,28 @@ Then in your css file: } ``` +The order of the multiple classes you give to an element is irrelevant. If classes of a single element have conflicting styling, the order of the classes does not override the styling of the element but the order in CSS does. + +```html + +