CSS3 Lined Paper in Stacks
Lined papers in a stack made with pure css by david merrique. Only the background is an image (from subtlepatterns). The stacked effect and the red lines have been achieved by styling the ::before
and ::after
pseudo-elements.
From one of the comments: "Instead of using margins or padding, you can use line-height property to control the spacing. It works better when you’re dealing with paragraph tags."