Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created January 20, 2014 08:31
Show Gist options
  • Select an option

  • Save gunnarbittersmann/8516785 to your computer and use it in GitHub Desktop.

Select an option

Save gunnarbittersmann/8516785 to your computer and use it in GitHub Desktop.
progress fallback pseudo-element
/**
* progress fallback pseudo-element
*/
progress::after
{
content: attr(value);
}
<progress value="0.38"></progress>
// alert('Hello world!');
{"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