-
Notifications
You must be signed in to change notification settings - Fork 1
Layouts
quantik-git edited this page Feb 4, 2019
·
13 revisions
There are two basic types of layouts basic and basic-sidebar they are defined in the body as a class.
Atom Prefix:
basic
HTML Code:
<body class="basic">Example:

Atom Prefix:
sidebar-left
HTML Code:
<body class="basic-sidebar-left">
...
<aside class="sidebar-left">
<h2>sidebar</h2>
</aside>Example:

Atom Prefix:
sidebar-right
HTML Code:
<body class="basic-sidebar-right">
...
<aside class="sidebar-right">
<h2>sidebar</h2>
</aside>Example:
