diff --git a/index.html b/index.html index a83618bcf17b..eed08c131d5d 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,7 @@ - +
+
-
-
-- Fork me? Fork you, @octocat! -
- - - ++ Ready to team up? Let's collaborate, @octocat! +
diff --git a/styles.css b/styles.css index 9b8528455cf7..d909d83f4a0c 100644 --- a/styles.css +++ b/styles.css @@ -1,17 +1,15 @@ -* { - margin:0px; - padding:0px; -} + color: #333; + line-height: 1.5; + text-align: center; + } -#octocat { - display: block; - width:384px; - margin: 50px auto; -} + body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: #f8f9fa; + } -p { - display: block; - width: 400px; - margin: 50px auto; - font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; -} + #octocat img { + display: block; + width: 100%; + height: auto; + }