From b32b2d2182e2b8860d32a57a6e33e1bc7e70708e Mon Sep 17 00:00:00 2001 From: lolmunjani <115863512+lolmunjani@users.noreply.github.com> Date: Sat, 15 Oct 2022 12:13:55 +0530 Subject: [PATCH] Create 1style.css --- Counter React/1style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Counter React/1style.css diff --git a/Counter React/1style.css b/Counter React/1style.css new file mode 100644 index 0000000..0b376e0 --- /dev/null +++ b/Counter React/1style.css @@ -0,0 +1,9 @@ +body{ + margin: 0px; + padding: 0px; + box-sizing: border-box; + font-family: sans-serif; + background-image: url(https://www.hmablogs.com/wp-content/uploads/2021/07/backgroundimg-scaled.jpg); + background-size: cover; + background-attachment: fixed; +}