Created
April 15, 2021 12:32
-
-
Save wpweb101/3ae14af1b9da8fb0fbd50f650bcc7d1f to your computer and use it in GitHub Desktop.
Correct input values for style
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
| #example { | |
| font-family: "Helvetika Neue", sans-serif; /* Using double quotes */ | |
| font-size: 15px; /* End with semicolon*/ | |
| margin: 0 0 0 10px; /* Right use of 0 values*/ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment