Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Another CSS Challange! Re: Another CSS Challange!

#97332

letter spacing and padding do the trick, but then the type is spaced out more than we want it to be, which isn’t really ideal. I even tried setting a letter spacing of 1px and a padding-right of -1px, or -0.5px , but these also don’t work as -1 gets you back to where we started and -0.5px does not work because it seems like only whole numbers do work.

display:block does not work. It stacks the letters vertically.