From 199aeeab81e71ebd7607347cf67339d850fade0b Mon Sep 17 00:00:00 2001 From: Uma Das Date: Fri, 16 Sep 2022 23:29:24 +0530 Subject: [PATCH] Change in height and text --- drawing-app/index.html | 39 +++++++++++++++++++++------------------ drawing-app/style.css | 5 +++-- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/drawing-app/index.html b/drawing-app/index.html index 8edb4e2..94ecf45 100644 --- a/drawing-app/index.html +++ b/drawing-app/index.html @@ -1,21 +1,24 @@ - - - - - Drawing App - - - -
- - 10 - - - -
- - - + + + + + Drawing App + + + + +
+ + 10 + + + +
+ + + + + \ No newline at end of file diff --git a/drawing-app/style.css b/drawing-app/style.css index 8c45752..dababe5 100644 --- a/drawing-app/style.css +++ b/drawing-app/style.css @@ -11,7 +11,7 @@ body { flex-direction: column; align-items: center; justify-content: center; - height: 100vh; + height: 89vh; margin: 0; } @@ -29,7 +29,8 @@ canvas { .toolbox > * { background-color: #fff; - border: none; + border-radius: 14px; + border: 1px solid black; display: inline-flex; align-items: center; justify-content: center;