update foundations/05-decendent-combinator
This commit is contained in:
parent
e22d17a796
commit
6cee3ab17a
2 changed files with 2 additions and 2 deletions
foundations/05-descendant-combinator
Binary file not shown.
Before ![]() (image error) Size: 30 KiB After ![]() (image error) Size: 18 KiB ![]() ![]() |
|
@ -1,6 +1,6 @@
|
||||||
.container .text {
|
.container .text {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
color: red;
|
color: #E00000;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,4 @@ div p
|
||||||
div .text
|
div .text
|
||||||
.container p
|
.container p
|
||||||
|
|
||||||
*/
|
*/
|
Loading…
Reference in a new issue