Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 12:32
Show Gist options
  • Select an option

  • Save wpweb101/3ae14af1b9da8fb0fbd50f650bcc7d1f to your computer and use it in GitHub Desktop.

Select an option

Save wpweb101/3ae14af1b9da8fb0fbd50f650bcc7d1f to your computer and use it in GitHub Desktop.
Correct input values for style
#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