Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created February 13, 2017 22:54
Show Gist options
  • Select an option

  • Save iamstarkov/6fc61a20d75183bcd346f34fa96630f2 to your computer and use it in GitHub Desktop.

Select an option

Save iamstarkov/6fc61a20d75183bcd346f34fa96630f2 to your computer and use it in GitHub Desktop.
all initial works differently for links and buttons
/* all initial works differently for links and buttons */
.btn {
all: initial;
background: red;
}
<a class="btn">Button</a>
<button class="btn">Button</a>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment