From fb772b79196aa0daa101d1a28de226ae75e26d85 Mon Sep 17 00:00:00 2001 From: Suvansarkar Date: Wed, 2 Aug 2023 18:05:23 +0530 Subject: [PATCH] Reverting to commit id 320c1642b67d0c93e45b190224c666ff84ce4195 --- foundations/01-css-methods/style.css | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 foundations/01-css-methods/style.css diff --git a/foundations/01-css-methods/style.css b/foundations/01-css-methods/style.css deleted file mode 100644 index c7dfd17..0000000 --- a/foundations/01-css-methods/style.css +++ /dev/null @@ -1,9 +0,0 @@ -/* a red background, white text, a font size of 32px, center aligned, and bold */ - -div { - background-color: red; - font-size: 32px; - color: white; - text-align: center; - font-weight: bold; -} \ No newline at end of file