Guest User

Untitled

a guest
Jan 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2. div{
  3. width:200px;
  4. height:200px;
  5. }
  6. #t1{
  7. background-color:gray;
  8. }
  9. #t2{
  10. position:relative;
  11. top:50%;
  12. left:50%;
  13. background-color:orange;
  14. }
  15. </style>
  16. <body>
  17.  <div id="t1"></div>
  18.  <div id="t2"></div>
  19. </body>
Add Comment
Please, Sign In to add comment