Geolize.css: reset your CSS

Geolize is a lightweight collection allowing you to easily turn your website into an HTML5/CSS3 valid Geocities page.


Headings (H1)

H2 header

H3 header

H4 header

H5 header
H6 header

Text

This is a paragraph.

This text is strong.

This text is emphasized.

This text is bold.

This text is italic.

This text is small.

This text is marked.


Blockquotes and code

This is a blockquote.
 This is <pre> 
This is <code>

Links

This is a link.


Buttons


Form Input


Tables

Name Favorite Dog Breed
Nienke Pug pug
Stephanie Corgi corgi

Images

under construction animated image

Dividers

dragon
flames
skater
construction
tropical

If you want to change the divider, edit this piece of CSS:

      
        hr {
          background:url('img/image-you-want-to-use.gif');
          height: 1px;
          border: 0;
        }
      

Marquees

I'm a regular marquee

Unfortunately, "marquee" has been deprecated. If you want your HTML to be CSS3 valid, you can use this alternative using @keyframes. Credit goes to Quackit.

Use this div to insert a marquee:

      
        <div class="marquee">
          <h3> Your text</h3>
        </div>
      

It will look like this:

CSS3 marquee


Blink

I'm blinking in really old browsers right now!

Just like marquee, blink has been deprecated. You can use this alternative with @keyframes for a CSS3 valid version. Credit goes to fredericiana.