diff --git a/style.css b/style.css new file mode 100644 index 0000000..c2eeb69 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +body { + margin: 10%; +} +p { + max-width: 48em; +} \ No newline at end of file