Skip to content

Basic Elements

Benedikt Schulze Baek edited this page Jan 23, 2017 · 11 revisions

chayns® provides a lot of different elements that have a uniform style. Most elements will be highlighted by discrete colors, that adjust to the current color scheme. Here you can find information to our headline styles and list styles.

Headline

The main Tapp headline. The headline is colored in the color scheme and represents the biggest font-size in chayns design.

<h1>Sample</h1>

Sub-Headline

The sub-headline is used to divide your Tapp into different areas.

<h2>Sample</h2>

Sub-Headline

The small sub-headline is used to divide your text into different paragraphs.

<h3>Sample</h3>

Footer

A footer is used to give additional information for content in your Tapp (e.g. a upload date below a picture).

<h4>Sample</h4>

Unordered List

An unordered list with black squares infront of each list item.

<ul class="list list--square">
  <li>Sample 1</li>
  <li>Sample 2</li>
</ul>

Ordered List

An ordered list with numbers infront of each list item.

<ol class="list">
  <li>Sample 1</li>
  <li>Sample 2</li>
</ol>

Clone this wiki locally