Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. body{
  5. background-color:tan;
  6. min-height: 100%;
  7. }
  8.  
  9. div.a{
  10. width:800px;
  11. height:400px;
  12. background-color:red;
  13. position:relative;
  14. }
  15. div.orange{
  16. width:60px;
  17. height:60px;
  18. background-color:orange;
  19. position:absolute;
  20. }
  21. div.yellow{
  22. width:30px;
  23. height:30px;
  24. background-color:yellow;
  25. position:absolute;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement