Created
April 15, 2021 12:36
-
-
Save wpweb101/80d7ac0608ce87b8134870f43d49d3fb to your computer and use it in GitHub Desktop.
InCorrect 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; /* Quote font name*/ | |
font-size:15px; /* Maintain space before property value */ | |
padding:10px /* Missing semicolon*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment