diff --git a/index.html b/index.html index a83618bcf17b..026d1580f4dc 100644 --- a/index.html +++ b/index.html @@ -9,12 +9,11 @@ - +
+ Octocat Image +
div> - -

- Fork me? Fork you, @octocat! -

- - - +

+ Ready to team up? Let's collaborate, @octocat! +

+

diff --git a/styles.css b/styles.css index 9b8528455cf7..fcda47e065eb 100644 --- a/styles.css +++ b/styles.css @@ -14,4 +14,19 @@ p { width: 400px; margin: 50px auto; font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + color: #333; + line-height: 1.5; + text-align: center; } + + body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: #f8f9fa; + } + + #octocat img { + display: block; + width: 100%; + height: auto; + } + }