User:Soft Linden/foo.css

From Second Life Wiki
< User:Soft Linden
Revision as of 18:44, 5 October 2014 by Soft Linden (talk | contribs) (Created page with "body { font-family: arial; }h1 { background-color:#CCC; border: 1px solid; color:#39F; text-align: center; }table { background-color: #F60; border:…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {    font-family: arial;    }h1 {        background-color:#CCC;    border: 1px solid;    color:#39F;    text-align: center;    }table {    background-color: #F60;    border: 1px solid #39F;    width: 100%;    }td {    border: 0px;    text-align: center;    }p {    color:#09F;    text-indent: 20px;        }