0
Welcome Guest! Login
0 items Join Now

Help with CSS - What do each of these do? margin: 0px 0px 0px 0px;

  • Help with CSS - What do each of these do? margin: 0px 0px 0px 0px;

    Posted 16 years 11 months ago
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Help with CSS - What do each of these do? margin: 0px 0px 0px 0px;

    Posted 16 years 11 months ago
    • Robert W's Avatar
    • Robert W
    • Elite Rocketeer
    • Posts: 815
    • Thanks: 0
    • IT

    Re: Help with CSS - What do each of these do? margin: 0px 0px 0px 0px;

    Posted 16 years 11 months ago
    • top, right, bottom, left
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Help with CSS - What do each of these do? margin: 0px 0px 0px 0px;

    Posted 16 years 11 months ago
    • i always think of it as clock hands :) makes it easy.. 12 - 3 - 6 - 9 o'clock
    • CG Icon's Avatar
    • CG Icon
    • Hero Rocketeer
    • Posts: 371
    • Thanks: 0

    Re: Help with CSS - What do each of these do? margin: 0px 0px 0px 0px;

    Posted 16 years 11 months ago
    • and if I may add:

      for clean css'n,, if your right and left have the same margin or padding.. you just need to list it once

      so: margin: 10px 50px 20px 50px;

      could be written as : margin: 10px 50px 20px:

      and both rigtht and left margin will be 50px

Time to create page: 0.067 seconds