From a423633e8b39a8f8fa9dd0952eb78bb79e713c7c Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:07:24 -0400 Subject: [PATCH] Added COMPLETE.md, edited style.css according to README file. --- foundations/05-descendant-combinator/COMPLETE.md | 1 + foundations/05-descendant-combinator/style.css | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 foundations/05-descendant-combinator/COMPLETE.md diff --git a/foundations/05-descendant-combinator/COMPLETE.md b/foundations/05-descendant-combinator/COMPLETE.md new file mode 100644 index 0000000..6f0cec2 --- /dev/null +++ b/foundations/05-descendant-combinator/COMPLETE.md @@ -0,0 +1 @@ +# Complete \ No newline at end of file diff --git a/foundations/05-descendant-combinator/style.css b/foundations/05-descendant-combinator/style.css index e69de29..9034010 100644 --- a/foundations/05-descendant-combinator/style.css +++ b/foundations/05-descendant-combinator/style.css @@ -0,0 +1,6 @@ +.container .text { + background-color: yellow; + font-size: 20px; + text-align: center; + color:red; +} \ No newline at end of file