Skip to content
Snippets Groups Projects
Commit c1ae187a authored by Andy C's avatar Andy C
Browse files

added rounded borders and padding

parent 8bae21f4
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,14 @@ html, body, #wrapper{ ...@@ -18,9 +18,14 @@ html, body, #wrapper{
#input-textarea{ #input-textarea{
width: 90%; width: 90%;
height: 90%; height: 90%;
border: solid black 1px;
padding: 5px;
border-radius: 5px;
} }
#output-pre{ #output-pre{
height: 90%; height: 90%;
width: 90%; width: 90%;
border: solid black 1px; border: solid black 1px;
padding: 5px;
border-radius: 5px;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment