Files
code.academic_webpage/style.css
2019-09-09 15:17:23 +08:00

15 lines
223 B
CSS

body {
font-family: "Palatino", "Georgia", Times, serif;
background-color: rgb(255, 255, 250);
}
th{
font-weight: normal;
}
table#table1 {
text-align:left;
margin-left:35;
margin-right:auto;
}