Advertisement
marcelogoncalves

Untitled

Jan 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. div#tv-radio {
  4.     width: 900px;
  5.     height: 580px;
  6.     margin: auto;
  7.     background:url('../_imagens/radio-tv.png') no-repeat;
  8. }
  9.  
  10.  div#musica {
  11.      display: block;
  12.      position: relative;
  13.      top: 500px;
  14.      left:573px;
  15.      width: 300px;
  16.  
  17.  }
  18.  
  19.  video#filme {
  20.     display: block;
  21.     position: relative;
  22.     top: 80px;
  23.     left: 85px;
  24.     width: 440px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement