Component: .call-to-action

.call-to-action

Invitation to go somewhere on the website.
Source:

Example

<div class="ui call-to-action">
    <!-- content -->
</div>

Members

.as-group :variation

Display item in rows by line of 3 items.
Type:
  • variation
Source:
Example
<div class="ui call-to-action as-group">
    <!-- content -->
</div>

.as-group-center :variation

Display item in rows by line of 3 items and center non full line.
Type:
  • variation
Source:
Example
<div class="ui call-to-action as-group-center">
    <div class="component">
        <!-- content -->
    </div>
</div>