Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. body {
  2. /* assigning a width and height to your body can also help with positioning */
  3. }
  4.  
  5. #navigation {
  6. /* whatever you already have in here for now */
  7. width: Xpx; height Xpx; /* assign a width and height if you haven't yet */
  8. }
  9.  
  10.  
  11. #content {
  12. margin: 10px 0 0 20px; /* top right bottom left */
  13. width: Xpx; height: Xpx; /* assigning a w & h helps with positioning
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement