From 27e4a76807f90b2f2277bedaff3c73179b081635 Mon Sep 17 00:00:00 2001 From: tharindubasnnayaka <43961426+tharindubasnnayaka@users.noreply.github.com> Date: Mon, 8 Oct 2018 20:45:53 +0530 Subject: [PATCH] Update a.css --- css/a.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/css/a.css b/css/a.css index 644b67c..0bad963 100644 --- a/css/a.css +++ b/css/a.css @@ -6,15 +6,27 @@ h1{ font-family: 'Homemade Apple', cursive; font-size: 40px; font-kerning: 10px; + align: center; + font-weight: bold; + font-variant: normal; } #myCanvas { border: 1px solid black; + padding-top: 50px; + padding-right: 30px; + padding-bottom: 50px; + padding-left: 80px; } #drawhere{ width: 300px; + border-radius: 25px; + background: #73AD21; + padding: 20px; + width: 200px; + height: 150px; } #canvasOut{ display: none; @@ -36,4 +48,4 @@ h1{ cursor: default; border-radius: 8%; display: inline-block; -} \ No newline at end of file +}