did the 06-cascade-fix

This commit is contained in:
Rishivant Singh 2021-12-16 11:34:32 +05:30
parent 39d1d66e08
commit 0bfad64eb8

View file

@ -25,11 +25,11 @@
} }
.child { .child {
color: red; color: green;
font-size: 14px; font-size: 14px;
} }
div.text { div.text {
color: green; color: blue;
font-size: 28px; font-size: 28px;
} }