Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.21 KB | None | 0 0
  1. <div id="main">
  2.     <div class="numbers"/>
  3. </div>
  4.  
  5. #main {
  6.     /*position: relative;*/
  7.     width: 300px;
  8.     height: 20px;
  9. }
  10.  
  11. .numbers {
  12.     position: absolute;
  13.     left: 0;
  14.     top: 0;
  15.     width: 100%;
  16.     height: 100%;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement