Skip to content

Commit 5800fdd

Browse files
committed
Solve foundations/05
1 parent d3464db commit 5800fdd

File tree

1 file changed

+6
-0
lines changed
  • foundations/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+
.container .text {
2+
background-color: yellow;
3+
color: red;
4+
font-size: 20px;
5+
text-align: center;
6+
}

0 commit comments

Comments
 (0)