Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <div class="mast">
  2. <a href="/" class="logo">&nbsp;</a>
  3. <ul class="nav">
  4. <li>...</li>
  5. </ul>
  6. </div>
  7.  
  8. <div class="mid clearfix">&nbsp;</div>
  9.  
  10. <div class="content">
  11.  
  12. </div>
  13.  
  14. <style type="text/css" media="screen">
  15. .mast a.logo, .mast ul.nav {
  16. float: left;
  17. height: 300px !important;
  18. }
  19.  
  20. .mast a.logo {
  21. display: block;
  22. width: 300px;
  23. background: url(logo.jpg) no-repeat;
  24. }
  25.  
  26. .mast ul.nav {
  27. margin-left: 300px;
  28. }
  29.  
  30. .clearfix { clear: both; }
  31.  
  32. </style>
Add Comment
Please, Sign In to add comment