You can apply custom CSS styling to any supported element in your site.
The way that you add the global.css
file depends on the IDE you’re using.
Add a global.css
file to the src/styles
folder.
In addition to the available classes you can add a new class to any supported element.
You can add new custom classes with code or with the editor:
Add one or more classes to the element with the add()
function:
Select an element.
In the CSS Classes panel, type your custom class in the Custom classes field:
In the global.css
file add custom CSS styles to apply.
For example: