Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. h1#logo{
  2. margin:0;
  3. padding:0;
  4. width:452px;
  5. height:72px;
  6. background:url('/images/logo.gif') no-repeat;
  7. text-indent:-9999px;
  8. float:left;
  9. }
  10. h1#logo a {
  11. display:block;
  12. width:452px;
  13. height:72px;
  14. }
  15.  
  16. #search{
  17. float:left;
  18. width:250px;
  19. padding:0 20px 0 0;
  20. }
  21.  
  22. .clear{clear:both;}
  23. .textright{text-align:right;}
  24.  
  25. ----
  26.  
  27.  
  28. <div id="header">
  29.  
  30. <h1 id="logo"><a href="/">My Site Name</a></h1>
  31.  
  32. <div id="search">
  33. <form method="post" name="search" action="#">
  34. <p><input type="text" value=""> Search </p>
  35. </form>
  36. </div>
  37.  
  38. <p class="clear textright"><a href="#">Donate to the Garden</a> | <a href="#">Donate to the Endowment Fund</a></p>
  39.  
  40. </div>
Add Comment
Please, Sign In to add comment