Update docs/guide/CSS.md

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-08-25 10:30:11 +01:00
committed by GitHub
parent 0cc48076c7
commit df2d12510a

View File

@@ -147,7 +147,7 @@ To add a stylesheet we need to pass the path to a CSS file via the app classes'
--8<-- "docs/examples/guide/dom4.py" --8<-- "docs/examples/guide/dom4.py"
``` ```
You may have noticed that some of the constructors have additional keywords argument: `id` and `classes`. These are used by the CSS to identify parts of the DOM. We will cover these in the next section. You may have noticed that some of the constructors have additional keyword argument: `id` and `classes`. These are used by the CSS to identify parts of the DOM. We will cover these in the next section.
Here's the CSS file we are applying: Here's the CSS file we are applying: