aboutsummaryrefslogtreecommitdiff
path: root/examples/http-server/sample-site/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/http-server/sample-site/styles.css')
-rw-r--r--examples/http-server/sample-site/styles.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/http-server/sample-site/styles.css b/examples/http-server/sample-site/styles.css
new file mode 100644
index 00000000..f15d25de
--- /dev/null
+++ b/examples/http-server/sample-site/styles.css
@@ -0,0 +1,11 @@
+body{
+ margin:40px auto;
+ max-width:650px;
+ line-height:1.6;
+ font-size:18px;
+ color:#444;
+ padding:0 10px;
+}
+h1,h2,h3{
+ line-height:1.2
+}