From c1ae187aa7c2ec730c39f98b4e4f11fbc21a8de0 Mon Sep 17 00:00:00 2001 From: Andy C <acraigi2@myune.edu.au> Date: Sat, 18 Aug 2018 11:28:17 +0900 Subject: [PATCH] added rounded borders and padding --- css/core.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/core.css b/css/core.css index 99572b9..88bc1bc 100644 --- a/css/core.css +++ b/css/core.css @@ -18,9 +18,14 @@ html, body, #wrapper{ #input-textarea{ width: 90%; height: 90%; + border: solid black 1px; + padding: 5px; + border-radius: 5px; } #output-pre{ height: 90%; width: 90%; border: solid black 1px; + padding: 5px; + border-radius: 5px; } \ No newline at end of file -- GitLab