CrownTest.css: Difference between revisions
From Ansteorra History Wiki
Jump to navigationJump to search
Created page with "#content2 { font-family: georgia, serif; text-align: center; background:red; } table { border:solid black 2px; font-size:1.4em; } td, th { padding: 0.35em; border..." |
No edit summary |
||
Line 4: | Line 4: | ||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 12:46, 10 August 2019
- content2 {
font-family: georgia, serif;
text-align: center;
}
table {
border:solid black 2px;
font-size:1.4em; }
td, th {
padding: 0.35em;
border: solid 1px black;
}
- wrap {
text-align: left;
padding: 10px;
}