From dec13ba547750205d02dd36d9366526030bb4f3c Mon Sep 17 00:00:00 2001 From: Ashutosh <96439453+Ashu1556@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:01:40 +0530 Subject: [PATCH] Update style.css --- 3-CSS/304-CSS-BOX-MODEL/CSS-304-02/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/3-CSS/304-CSS-BOX-MODEL/CSS-304-02/style.css b/3-CSS/304-CSS-BOX-MODEL/CSS-304-02/style.css index feb807c4..0de2e66d 100644 --- a/3-CSS/304-CSS-BOX-MODEL/CSS-304-02/style.css +++ b/3-CSS/304-CSS-BOX-MODEL/CSS-304-02/style.css @@ -1 +1,18 @@ /* start your css here */ +body{ + padding: 20px; +} + +.box{ + display:block; + height:600px; + width:550px; + padding: 20px; + background-color: black; + color:antiquewhite; +} +.input{ + width: 400px; + font-size: large; + font-weight: 900; +}