Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <div id="container" style="height:100%;width:100%">
  6. <div id="left" style="background-color:red; height:100%;width:300px;float:left">
  7. a
  8. </div>
  9. <div id="center" style="background-color:blue;height:100%;width:100%;">
  10. b
  11. </div>
  12. </div>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement