diff --git a/index.html b/index.html index a83618bcf17b..ea08d0153701 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,21 @@ - - - Spoon-Knife - - + + + Spoon-Knife + + - + + - - - -

- Fork me? Fork you, @octocat! -

- - + +

Fork me? Fork you, @octocat!

+

Will try

+
+

Have forked the repo, and cloned it

+

Will now try to push it

+
+ diff --git a/styles.css b/styles.css index 9b8528455cf7..543e8e227fa7 100644 --- a/styles.css +++ b/styles.css @@ -1,11 +1,11 @@ * { - margin:0px; - padding:0px; + margin: 0px; + padding: 0px; } #octocat { display: block; - width:384px; + width: 384px; margin: 50px auto; } @@ -13,5 +13,11 @@ p { display: block; width: 400px; margin: 50px auto; - font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + font: 30px Monaco, "Courier New", "DejaVu Sans Mono", + "Bitstream Vera Sans Mono", monospace; +} + +.changes { + font-size: 80%; + color: blueviolet; }