-
-
Save ZeeAgency/1810770 to your computer and use it in GitHub Desktop.
TV screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* TV screen | |
*/ | |
html { background: white; } | |
.tv { | |
position: relative; | |
width: 200px; | |
height: 150px; | |
margin: 100px auto 0; | |
background: black; | |
border-radius: 50% / 10%; | |
color: white; | |
font:bold 300%/3.2 sans-serif; | |
text-align: center; | |
text-indent: .1em; | |
} | |
.tv:before { | |
content: ''; | |
display: block; | |
position: absolute; | |
top: 10%; bottom: 10%; | |
right: -5%; left: -5%; | |
z-index: -1; | |
background: inherit; | |
border-radius: 5% / 50%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tv">13.3"</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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