Created
April 15, 2021 07:45
-
-
Save wpweb101/b210b1c982cda671b7835956db9bfe1a to your computer and use it in GitHub Desktop.
Correct Style Selector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| form.registration-form { | |
| background: #fff; | |
| color: #000; | |
| } | |
| input[type="checkbox"] { | |
| margin: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment