Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Float</title>
  4. <style type="text/css">
  5. #bigbox {
  6. background-color: #555;
  7. min-width:120px;
  8. }
  9.  
  10. #littlebox {
  11. background-color: #000;
  12. width: 100px;
  13. height: 100px;
  14. float: right;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div id="bigbox">
  20. <div id="littlebox">
  21. <br/> <br/> <br/> <br/>
  22. </div>
  23. </div>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment