diff --git a/css/core.css b/css/core.css index 99572b9d35b2d4c54d34490b525bad2ddc78770c..88bc1bc1333aceee4297232ca95e232a9c6f568a 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