{"id":376581,"date":"2023-01-31T06:02:00","date_gmt":"2023-01-31T14:02:00","guid":{"rendered":"https:\/\/css-tricks.com\/?page_id=376581"},"modified":"2023-01-31T06:02:01","modified_gmt":"2023-01-31T14:02:01","slug":"border-image-outset","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/b\/border-image-outset\/","title":{"rendered":"border-image-outset"},"content":{"rendered":"\n

The CSS border-image-outset property sets distance between an element\u2019s border-image<\/code><\/a> area and how far it goes beyond the element\u2019s border-box.<\/p>\n\n\n\n

.container {\n  border-style: ridge;\n  border-width: 3rem;\n  border-image-source: url('path\/to\/image.jpg');\n  border-image-slice: 70; \n  border-image-width: 40%; \n  border-image-repeat: repeat;\n  border-image-outset: 2;\n}<\/code><\/pre>\n\n\n\n\n\n\n\n