From b573a710ce9bf0faf738c4e6d0519ecd4cca8186 Mon Sep 17 00:00:00 2001 From: Rutika Sorthiya <68726274+rksorthiya@users.noreply.github.com> Date: Tue, 26 Oct 2021 20:03:28 +0530 Subject: [PATCH] Update style.css Font size changed. --- Beginner/02. HTML/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Beginner/02. HTML/style.css b/Beginner/02. HTML/style.css index 3601a022..74800cf1 100644 --- a/Beginner/02. HTML/style.css +++ b/Beginner/02. HTML/style.css @@ -19,6 +19,8 @@ body { background: lightblue; } + + body .container { width: 80%; margin: auto; @@ -39,6 +41,7 @@ body .container { background: white; -webkit-box-shadow: 1rem 1rem 5rem rgba(0, 0, 0, 0.2); box-shadow: 1rem 1rem 5rem rgba(0, 0, 0, 0.2); + font-size: 4rem; } body .container h1 { @@ -65,4 +68,4 @@ body .container a:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } -/*# sourceMappingURL=style.css.map */ \ No newline at end of file +/*# sourceMappingURL=style.css.map */