Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <div class="input-row">
  2. <input type="text" placeholder="Search"><button class="btn" >重发</button>
  3. </div>
  4.  
  5. <html>
  6. <body>
  7. <div style="width: 1000px; height: 600px; border: 1px solid red; position: absolute">
  8. <input type="text" placeholder="Search" style="float: left">
  9.  
  10. <button style="float:right">MyButton</button>
  11. </div>
  12. <body>
  13. </html>
  14.  
  15. <div class="input-row">
  16. <div style="float:left;">
  17. <input type="text" placeholder="Search">
  18. </div>
  19. <div style="float:right;">
  20. <button class="btn" >重发</button>
  21. </div>
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement