Skip to content

Instantly share code, notes, and snippets.

@piatra
Created February 12, 2012 20:05
Show Gist options
  • Save piatra/1810599 to your computer and use it in GitHub Desktop.
Save piatra/1810599 to your computer and use it in GitHub Desktop.
TV screen
/**
* TV screen
*/
html { background: white; }
.tv {
position: relative;
width: 200px;
height: 150px;
margin: 100px auto 0;
background: black;
border-radius: 50% / 12%;
color: black;
text-align: center;
text-indent:-28px;
font-size:190px;
line-height:135px;
letter-spacing:42px
}
<div class="tv">00</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment