CSS resources can be added to the Concordion.NET output using an extension. The CSS can either be:
An extension with embedded CSS is installed.
When Concordion.NET is run, the CSS is embedded in the <head> section of the output HTML.
An extension with linked CSS is installed for the CSS file my.css
with the target location /css/my.css
.
When Concordion.NET is run,
the resource /css/my.css
is available in the Concordion.NET output directory,
and a link to the external stylesheet css/my.css
is declared in the output HTML.