notes

Notes

A Little HTML/CSS Tips

Google Page Creator

Indent A Block Element in These Pages

Use class="wrapper" and then we get a "margin: 0 25px" block element. Effective styles or looks are:

    • Victoria Underbrush and other Victoria looks
    • Solitude Spice and other Solitude looks
    • Micro Blueprint and other Micro looks
    • Chemise Ember/Maraschino

Example:

#!/bin/sh

echo "Hello, world!"

Other Tips

    • The default monospaced elements are <code> and <kbd>.

Some HTML Rules

    • Paragraphs always start with <p>
    • Inline codes or commands use <code> and <kbd>
    • Block codes use <pre><code>
    • Long block of codes shall goes to Google Page
    • Image caption tags: <div class="image"><p>caption text</p><img /></div>
    • References and notes: <div class="ref-n-note"><h4>Reference/Notes</h4><[ol|ul]><li>
    • Quote is <q>
    • Block quote is simply <blockguote>

Back to page list...