Advertisement
meetsos

Two divs with same Width

Mar 21st, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.18 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4.     <div style="width: 50%; background-color: green; float:left;">A</div>
  5.     <div style="width: 50%; background-color: blue; float:right;">B</div>
  6.  
  7. </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement