Skip to content

Instantly share code, notes, and snippets.

@rymawby
Last active December 17, 2015 12:49
Show Gist options
  • Select an option

  • Save rymawby/5612246 to your computer and use it in GitHub Desktop.

Select an option

Save rymawby/5612246 to your computer and use it in GitHub Desktop.
Remove bullets from li css
ul
{
list-style-type: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment