Skip to content

Instantly share code, notes, and snippets.

@mad9scientist
Forked from anonymous/dabblet.css
Created April 4, 2013 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mad9scientist/5308111 to your computer and use it in GitHub Desktop.
Save mad9scientist/5308111 to your computer and use it in GitHub Desktop.
Just for fun: Wifi icon with pure CSS
/**
* Just for fun: Wifi icon with pure CSS
*/
.wifi {
padding: 20px;
}
.wifi, .wifi:before {
display: inline-block;
border: 60px double transparent;
border-top-color: currentColor;
border-radius: 90%;
}
.wifi:before {
content: '';
width: 0; height: 0;
}
<div class="wifi" /></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment