Content
draft
General content block used in components.
<div class="nbhd-content">
<p>Nullam quis risus eget urna mollis ornare vel eu leo.</p>
</div>
Element Properties
| Name | Type | Default | Description |
|---|---|---|---|
| content |
string
|
Content used for Title | |
| cssClass |
string
|
Additional CSS class(es). |
CSS Properties
The following CSS Properties are available to update styling when provided with componentRenovation.
It is ideal to use the default component styling and only leverage the componentRenovation feature in extreme cases.
Refer to the Component Renovation guidelines on how to use.
Remember...with great power, comes great responsibility!
| Property | Description |
|---|---|
--nbhd-content-text-color
|
Controls the text color. |
--nbhd-content-font-size
|
Controls the font size. |
--nbhd-content-font-stack
|
Controls the font family. |
--nbhd-content-font-weight
|
Controls the font weight. |
--nbhd-content-margin-block
|
Controls the block margin. |
--nbhd-content-text-transform
|
Controls the text transform. |