{"id":237446,"date":"2016-02-08T07:38:38","date_gmt":"2016-02-08T14:38:38","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=237446"},"modified":"2021-06-01T08:57:42","modified_gmt":"2021-06-01T15:57:42","slug":"bleed","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/b\/bleed\/","title":{"rendered":"bleed"},"content":{"rendered":"\n

The bleed<\/code> property in CSS is for specifying space outside of the page box<\/a> boundary when determining the size of a printed page.<\/p>\n\n\n\n

@page :left {\n  bleed: 10pt;\t\n}\n\n@page :top {\n  bleed: 5cm;\t\n}<\/code><\/pre>\n\n\n\n

Note that bleed<\/code> is part of the Paged Media Module Level 3 spec<\/a>, which is currently a draft<\/strong> in progress. In fact, bleed<\/code> is more accurately described as an at-rule descriptor rather than a property since it belongs to the @page<\/code> at-rule.<\/p>\n\n\n

Values<\/h3>\n\n\n