diff --git a/html.html b/html.html
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/styles.css b/styles.css
index 9b8528455cf7..fedefbe922de 100644
--- a/styles.css
+++ b/styles.css
@@ -1,6 +1,6 @@
* {
- margin:0px;
- padding:0px;
+ margin:6px;
+ padding:4px;
}
#octocat {
@@ -11,7 +11,7 @@
p {
display: block;
- width: 400px;
+ width: 407px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}