Difference between revisions of "User:Soft Linden/foo.css"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "body { font-family: arial; }h1 { background-color:#CCC; border: 1px solid; color:#39F; text-align: center; }table { background-color: #F60; border:…")
 
(No difference)

Latest revision as of 18:44, 5 October 2014

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;        }