Style table1.css

From Ansteorra History Wiki
Revision as of 21:15, 16 February 2009 by WikiSysop (talk | contribs) (Style Page, Formats a table.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

table {

 border-collapse: collapse;
 border: solid 1px red;
 background: beige;

}

td, th {

 padding: 0.35em;
 border: solid 1px red;

}