Merge pull request from rishvantsingh/release

This commit is contained in:
Marvin Gay 2021-12-19 08:55:26 -05:00 committed by GitHub
commit a6f973b17f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
} }