Merge pull request #84 from TheOdinProject/revert-81-release

This commit is contained in:
Marvin Gay 2021-12-19 20:45:35 -05:00 committed by GitHub
commit d30894df99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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