6 lines
206 B
CSS
6 lines
206 B
CSS
h2 { color: #444; font-weight: lighter; }
|
|
body { margin: 2em; }
|
|
body, input[text], button { color: #888; font-family: Cambria, Georgia; }
|
|
button { padding: 0.2em; font-size: 14px}
|
|
* { font-family: Arial; }
|