Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 12:36
Show Gist options
  • Save wpweb101/80d7ac0608ce87b8134870f43d49d3fb to your computer and use it in GitHub Desktop.
Save wpweb101/80d7ac0608ce87b8134870f43d49d3fb to your computer and use it in GitHub Desktop.
InCorrect input values for style
#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