Advertisement
Guest User

html

a guest
May 22nd, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //html
  2. <div class="header">
  3. <div class="left"><img id ="ttl" src="http://images.google.com/intl/en_ALL/images/logos/images_logo_lg.gif"></div>
  4. <div class="right"><img id ="se" src="http://images.google.com/intl/en_ALL/images/logos/images_logo_lg.gif"><div>
  5. </div>
  6.  
  7. //css
  8. .left{
  9. float:left;
  10. }
  11. .right{
  12. float:right;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement