From 37262f584afc662c70aaf4b8f648acf3fc302eaf Mon Sep 17 00:00:00 2001 From: vicky prasad <69159515+vickyshaw29@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:06:45 -0700 Subject: [PATCH] Update style.css initial commit --- static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 20c1658d..7a20f259 100644 --- a/static/style.css +++ b/static/style.css @@ -29,6 +29,7 @@ h3 { margin-right: auto; width: 40%; margin-top: 60px; + border-radius:30px; } #textInput { @@ -43,6 +44,7 @@ h3 { padding: 3px; font-family: monospace; font-size: 17px; + border-radius:28px; } .userText { @@ -78,4 +80,4 @@ h3 { bottom:0; right:0; width: 300px; -} \ No newline at end of file +}