From 2bb79fffb056b66c0da9b6b699d74d48eda00fb7 Mon Sep 17 00:00:00 2001 From: Deepak Panda <72328478+DeepakPanda02@users.noreply.github.com> Date: Fri, 16 Oct 2020 16:20:55 +0530 Subject: [PATCH] Font size given to html, body... .... --- checkwave/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkwave/style.css b/checkwave/style.css index 8a572df..9ded962 100644 --- a/checkwave/style.css +++ b/checkwave/style.css @@ -1,5 +1,6 @@ html, body { font-family: Helvetica, sans-serif; + font-size:12px; } .wrapper { @@ -25,4 +26,4 @@ input.grow { 0% { transform: scale(1); } 30% { transform: scale(2.5); } 100% { transform: scale(1); } -} \ No newline at end of file +}