Buttons and typography

Button

[sourcecode language=”html”][button size="large" color="success"]LARGE GREEN[/button][/sourcecode]
[shortcode_params name=”button”]

Header

H1

H2

H3

H4

H5
H6
[sourcecode language=”html”][header type="4"]H4[/header][/sourcecode]
[shortcode_params name=”header”]

Blockquote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet libero magna. Mauris at enim vel nibh scelerisque porttitor id ut leo.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet libero magna. Mauris at enim vel nibh scelerisque porttitor id ut leo.

[sourcecode language=”html”][blockquote]Lorem…[/blockquote][/sourcecode]
[shortcode_params name=”blockquote”]

Dropcap

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet libero magna. Mauris at enim vel nibh scelerisque porttitor id ut leo. Phasellus pretium, leo a lobortis aliquam, nunc tortor pulvinar ipsum, et vulputate lacus tortor a eros. Morbi consequat velit eget augue porttitor vitae molestie diam rutrum.

[sourcecode language=”html”][dropcap]Lorem…[/dropcap][/sourcecode]
[shortcode_params name=”dropcap”]

List

  • Pellentesque habitant morbi tristique
  • Nec posuere sapien ligula pulvinar vel
  • Pellentesque habitant morbi tristique
  • Pellentesque habitant morbi tristique
  • Nec posuere sapien ligula pulvinar vel
  • Pellentesque habitant morbi tristique
  • Pellentesque habitant morbi tristique
  • Nec posuere sapien ligula pulvinar vel
  • Pellentesque habitant morbi tristique
  • Pellentesque habitant morbi tristique
  • Nec posuere sapien ligula pulvinar vel
  • Pellentesque habitant morbi tristique
  • Pellentesque habitant morbi tristique
  • Nec posuere sapien ligula pulvinar vel
  • Pellentesque habitant morbi tristique
[sourcecode language=”html”][list style="dot"]…[/list][/sourcecode]
[shortcode_params name=”list”]

Table

Table Header 1 Table Header 2 Table Header 3 Table Header 4
Hasad Sears Argentina Nov 12, 2013 1 57 631 4465-9099
Hasad Sears Argentina Nov 12, 2013 1 57 631 4465-9099
Hasad Sears Argentina Nov 12, 2013 1 57 631 4465-9099
Hasad Sears Argentina Nov 12, 2013 1 57 631 4465-9099
[sourcecode language=”html”][table] <table>
<thead>…</thead>
<tbody>…</tbody>
</table>
[/table][/sourcecode]
[shortcode_params name=”table”]

Back to top