diff --git a/05-descendant-combinator/style.css b/05-descendant-combinator/style.css index e69de29..bc7fe99 100644 --- a/05-descendant-combinator/style.css +++ b/05-descendant-combinator/style.css @@ -0,0 +1,6 @@ +div > p { + background-color: yellow; + color: red; + font-size: 20px; + text-align: center; +} \ No newline at end of file