From 4b54074bb5b578b411eb78094715fe13d5f9ce32 Mon Sep 17 00:00:00 2001 From: Kalpana Shinde Date: Fri, 6 May 2022 17:16:33 +0530 Subject: [PATCH] modified the body and p of css file --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 62f2f17..dae99c5 100644 --- a/css/default.css +++ b/css/default.css @@ -1,5 +1,5 @@ body{ - font-size: 16; /*Example syntax error*/ + font-size: 18; /*Example syntax error*/ color: #000000; } @@ -11,7 +11,7 @@ h1,h2,h3,h4,h5, /*Example syntax error*/ } p{ - font-size: 1.2em; + font-size: 1.5em; } code{