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