Skip to content

Commit fa9cfc7

Browse files
committed
feat: assignment 5
1 parent 0a96774 commit fa9cfc7

File tree

1 file changed

+6
-0
lines changed
  • foundations/intro-to-css/05-descendant-combinator

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
div p {
2+
background-color: yellow;
3+
color: red;
4+
font-size: 20px;
5+
text-align: center;
6+
}

0 commit comments

Comments
 (0)