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