Skip to content

Commit e874554

Browse files
committed
Modified containers to be different from other text elements
1 parent c5f0374 commit e874554

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

foundations/05-descendant-combinator/solution/.Rhistory

Whitespace-only changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
.container .text{
3+
background-color: yellow;
4+
color: red;
5+
font-size: 20px;
6+
text-align: center;
7+
font-weight: bold;
8+
9+
}
10+
11+
12+
13+
14+
15+
16+

0 commit comments

Comments
 (0)