diff --git a/css/main.css b/css/main.css index 5075517..d85d34e 100644 --- a/css/main.css +++ b/css/main.css @@ -43,9 +43,38 @@ } #content { - margin-top: 33px; + margin-top: 50px; + margin-left: auto; + margin-right: auto; + width: 80%; + border: 1px solid; } +button { + background-color:#4a6ca8; + -moz-border-radius:7px; + -webkit-border-radius:7px; + border-radius:7px; + border:1px solid #4e6096; + display:inline-block; + cursor:pointer; + color:#ffffff; + font-family:Arial; + font-size:17px; + padding:6px 16px; + text-decoration:none; + text-shadow:0px 1px 0px #283966; +} +button:hover { + background-color:#476e9e; +} +button:active { + position:relative; + top:1px; +} + + + #content.paused > .CodeMirror { opacity: 0.5; } @@ -71,3 +100,7 @@ text-decoration: none; color: blue; } + +body { +font-family: "Open Sans"; +} diff --git a/type.html b/type.html index fb55aec..732f273 100644 --- a/type.html +++ b/type.html @@ -5,6 +5,7 @@ Type +