TV Screen


SUBMITTED BY: Guest

DATE: March 12, 2013, 11:52 a.m.

FORMAT: CSS

SIZE: 404 Bytes

HITS: 1310

  1. #tv {
  2. position: relative;
  3. width: 200px;
  4. height: 150px;
  5. margin: 20px 0;
  6. background: red;
  7. border-radius: 50% / 10%;
  8. color: white;
  9. text-align: center;
  10. text-indent: .1em;
  11. }
  12. #tv:before {
  13. content: '';
  14. position: absolute;
  15. top: 10%;
  16. bottom: 10%;
  17. right: -5%;
  18. left: -5%;
  19. background: inherit;
  20. border-radius: 5% / 50%;
  21. }

comments powered by Disqus