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..."
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


text-align: center;
text-align: center;
background:red;


}
}
Line 36: Line 33:
}
}


[[category: Styles]]
[[category: Style]]

Latest revision as of 22:18, 29 March 2020

  1. 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;

}


  1. wrap {


text-align: left;

padding: 10px;

}