Stylize.css - Demo


Note: This page has no styles other than that in stylize.css.

Typography:

This is a H1 heading

This is a H2 heading

This is a H3 heading

This is a H4 heading

This is a H5 heading
This is a H6 heading

Pragraph text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

This is a Strong / Bold text
This is an Emphasized / Italic text
This is a Marked / Highlighted text
This is a Small text
This is a Deleted text
This is a Underlined / Inserted text
This is a Subscript text
This is a Superscript text
This is a preformatted text.
This is a Blockquote.
This is a sample output.
This is the <code> & kbd

Links & navigation:

Normal link

Lists:

  1. Ordered list item 1
  2. Ordered list item 2
    1. Ordered list item 3
  3. Ordered list item 4
  4. Ordered list item 5

Form:

This is a legend on fieldset
Anchor role=button

Table:

# Name Username Location
1 Vasanth @vsnthv Chennai, India
2 John @john USA
3 Chan @chan Hong Kong

Table with border=1

# Name Username Location
1 Vasanth @vsnthv Chennai, India
2 John @john USA
3 Chan @chan Hong Kong

Utility classes:

Apart from this, stylize.css comes with few utility classes as below.

<div class="left"> <!-- Float left any element -->
<div class="right"> <!-- Float right any element -->
<div class="center"> <!-- Center align text of any element -->
<div class="hide"> <!-- Hide any element -->
<div class="reset"> <!-- Resets all css of the element -->
<div class="clear"> <!-- Sets clear:both for the element -->
<div class="spacer"> <!-- Adds a breathing space between 2 elements. -->