Eli Flat Framework
Accordion Component V 1.0
Use the <h1>
to <h6>
elements to define your headings.
You can add the .eli-h1
, .eli-h2
, .eli-h3
,
.eli-h4
, .eli-h5
or .eli-h6
class to change size of your headings.
Class | Description |
---|---|
.eli-h1 |
font-size: 38px |
.eli-h2 |
font-size: 26px |
.eli-h3 |
font-size: 20px |
.eli-h4 |
font-size: 18px |
.eli-h5 |
font-size: 16px |
.eli-h6 |
font-size: 14px |
Grid systems are used for creating page layouts through a series of rows and columns that house your content.
.eli-container
(fixed-width) for proper alignment and padding.
eli-size-1-1
eli-size-1-2
eli-size-1-2
eli-size-1-3
eli-size-1-3
eli-size-1-3
eli-size-1-4
eli-size-1-4
eli-size-1-4
eli-size-1-4
eli-size-1-5
eli-size-1-5
eli-size-1-5
eli-size-1-5
eli-size-1-5
eli-size-1-6
eli-size-1-6
eli-size-1-6
eli-size-1-6
eli-size-1-6
eli-size-1-6
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
eli-size-1-10
Class | Description |
---|---|
.eli-container |
Wrapper all content |
.eli-row |
Create Rows in .eli-container class |
Written by Amir Aghahadi on 02 Sep 2014
CSS allows you to separate presentation from content when building a Web site. Put another way, HTML itself is rather limited in what it can effectively display.
With HTML, you often can’t find an easy way — or any way at all — to display the content so that it looks really good when someone views it in a browser. Using CSS techniques, you can often make your site much more attractive, and at the same time, enforce style rules that help unify the entire site’s appearance across all its pages.
Read moreClass | Description |
---|---|
.eli-paragraph |
Add this class to define the Paragraph component |
.eli-paragraph-title |
Add this class to a heading to create an Paragraph title. |
.eli-paragraph-desc |
Add this class to a paragraph which contains meta data about your paragraph. |
eli-paragraph-lead |
Add this class to the opening paragraph of your article to highlight it. |
CSS allows you to separate presentation from content when building a Web site
CSS allows you to separate presentation from content when building a Web site
CSS allows you to separate presentation from content when building a Web site
CSS allows you to separate presentation from content when building a Web site
Class | Description |
---|---|
.eli-text-left |
Aligns text to the left. |
.eli-text-right |
Aligns text to the right. |
.eli-text-center |
Centers text horizontally. |
.eli-text-justify |
Justifies text. |
.eli-text-small |
Add this class to decrease the font size. |
.eli-text-large |
Add this class to increase the font size. |
.eli-text-bold |
Add this class to create bold text. |
Easily create nicely looking lists, which come in different styles.
To apply this component, add the .eli-list
class to an unordered or ordered list. The list will
now display without any spacing or list-style.
Class | Description |
---|---|
.eli-list |
General List |
.eli-list-brindle |
Striped List |
Easily create nicely looking forms with different styles and layouts.
Class | Description |
---|---|
.eli-form |
Be added to the form tag |
.eli-form-row |
every input inside a new row |
Form-Inline not need to .eli-form-row
class for every input
.
Easily create nicely looking tables, which come in different styles.
To apply this component, add the .eli-table
class to a table. The table rows will be
separated by lines.
Table Heading | Table Heading | Table Heading |
---|---|---|
Table Footer | Table Footer | Table Footer |
Table Data | Table Data | Table Data |
Table Data | Table Data | Table Data |
Table Data | Table Data | Table Data |
Create different thumbnail images, which come in various styles and sizes.
To apply this component, just add the .eli-thumbnail
class to an <img>
,
<a>
or <figure>
element.
Add the .eli-thumbnail-caption
class to a <div>
element to apply a text
caption under the image.
Create layout boxes with different styles.
.eli-panel
.eli-panel
.eli-panel
Class | Description |
---|---|
.eli-panel |
Add this class to a <div> element to define the Panel component. |
.eli-panel-title |
Add this class to a heading to create the panel title. |