Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created June 5, 2017 11:24
Show Gist options
  • Save iamstarkov/7b5cc333c2cb2eae39c601c55a621512 to your computer and use it in GitHub Desktop.
Save iamstarkov/7b5cc333c2cb2eae39c601c55a621512 to your computer and use it in GitHub Desktop.
Untitled
body { background: red; }
@supports (-webkit-overflow-scrolling: touch) {
body {
background: green;
}
}
<p>Here is <a class="btn">Button with long text</a></p>
<p>Here is <button class="btn">Button with long text</button></p>
<p>Here is <button class="btn ib">Button with long text</button></p>
{"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