-
Notifications
You must be signed in to change notification settings - Fork 0
/
typhography.html
37 lines (32 loc) · 1.76 KB
/
typhography.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<div class="cc-app-content">
<h1 class="cc-page-heading">Typography</h1>
<div class="cc-web-element-container white-back">
<h3>Genaral Headings</h3>
<span class="cc-panel-controlls"></span>
<div class="cc-code"></div>
<div class="cc-content">
<h1>h1. Page Headings</h1>
<h2>h2. Section Headings</h2>
<h3>h3. Section Headings</h3>
<h4>h4. Section Headings</h4>
<h5>h5. Section Headings</h5>
</div>
</div>
<div class="cc-web-element-container white-back">
<h3>Genaral Text</h3>
<span class="cc-panel-controlls"></span>
<div class="cc-code"></div>
<div class="cc-content">
<span class="par-text">Lorem Ipsum is simpl y dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scra mbled it to make a type sp ecimen book. I t has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the releas e of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span>
</div>
</div>
<div class="cc-web-element-container white-back">
<h3>Form Headings</h3>
<span class="cc-panel-controlls"></span>
<div class="cc-code"></div>
<div class="cc-content">
<div class="form-heading">Title</div>
</div>
</div>
</div>
<script language="javascript" src="creative-crew-web-theme/javascript/page-events.js"></script>