Add to the list of CSS syntax bits I never knew about because I wasn’t paying close enough attention to the documentation: the background-repeat
property. I knew about the repeat
and no-repeat
values, but repeat-x
and repeat-y
are new to me, and should be quite useful for making Faux Columns and other image-backgrounded layouts without needing ridiculuously wide background images.