use a css file, minor cleanups

This commit is contained in:
Ben Fry
2018-03-18 15:57:53 -04:00
parent 03c1261e51
commit 2eae3a8620
+47
View File
@@ -0,0 +1,47 @@
* {
margin: 0;
padding: 0;
}
body {
padding: 20px;
font-family: "Processing Sans Pro", sans-serif;
}
h1 {
margin-bottom: 0;
/* can't get the Semibold to work properly */
font-family: "Processing Sans Pro", sans-serif;
font-size: 1.3em; /*16px;*/
font-weight: normal;
/*
font-size: 1.15em;
font-family: "Processing Sans Pro", sans-serif;
font-weight: 600;
*/
}
p, td {
margin-bottom: 0;
font-size: 0.975em; /*11px*/
line-height: 1.05em; /*12px*/
}
table {
margin-top: 10px;
margin-bottom: 0;
}
p.inset, table.inset {
padding: 10px;
background-color: rgb(224, 253, 251);
}
a {
color: #2c7bb5;
text-decoration: none;
}
#startButton {
margin-left: 50px;
}