Jump to content

BoDikens

Members
  • Posts

    4
  • Joined

  • Last visited

BoDikens's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. just thought id mention, i dont see a class defined as .site in your CSS sheet..maybe this will help..
  2. hey thanks a lot..i forgot to use this..it works...thanks again
  3. i guess what im asking is: can i use positive margins to remove white space?? Versus using negative margins to remove white space? sorry for trolling and thanks for any help
  4. html { } body { } h1 { border: 2px solid #000000; font-family: 'Courier New';font-size: 75px; text-shadow: -4px 0 6px #707070 ;line-height: 1em; } h1 SPAN { line-height: 1em;margin-left: -2em;text-shadow: -4px 0 6px red;font-size: 25px; } p { padding-left: .2em;text-shadow: -4px 0 6px gray;font-family: 'Courier New'; } How do i decrease the border size so there is less white space?? the border extends too far to the right....Is it possible to use positive margins to decrease white space?? thanks for help
×
×
  • Create New...