From 07bf00434c3a17deb4a6bba2195ca6ddc64ff5a0 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Mon, 17 Oct 2016 11:09:12 -0600 Subject: [PATCH] Add body padding --- app/css/app2.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/css/app2.css b/app/css/app2.css index 6013225..5f87a60 100644 --- a/app/css/app2.css +++ b/app/css/app2.css @@ -1,3 +1,7 @@ p { background-color: #ffd; -} \ No newline at end of file +} + +body { + padding: 10px; +}