diff --git a/style.css b/style.css index ab31f686d..1464dacec 100644 --- a/style.css +++ b/style.css @@ -16,10 +16,16 @@ h1 { text-align: center; border: 1px solid #dddddd; background: #eeeeee; + margin-bottom: 3ex; } h2 { + margin-top: 2ex; color: #006699; } +p { + margin-left: 5%; + margin-right: 5%; +} tt { background: #dddddd; }