CSS - Fluid Topics - Latest

Design a Custom Component

Category
How To
Audience
public
Version
Latest

The following CSS attributes define the appearance of the custom component. Copy and paste this sample into the CSS section of the custom component editor.

#name {
  border: 1px solid grey;
  border-radius: 8px;
  display: inline-block;
  padding: 2px 5px;
  background-color: lightblue;
}