HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>Another property related to the background image of the frame is border-image-outset. Similar to outline-offset, this property allows you to move the frame outside the element, while at the same time scaling the image slightly. Negative values for border-image-outset not supported.</p>
1 <p>Another property related to the background image of the frame is border-image-outset. Similar to outline-offset, this property allows you to move the frame outside the element, while at the same time scaling the image slightly. Negative values for border-image-outset not supported.</p>
2 <p>Different image frame margins can also be set for each border. The syntax is regular:</p>
2 <p>Different image frame margins can also be set for each border. The syntax is regular:</p>
3 border-image-outset: 10px; border-image-outset: 10px 20px 30px 40px;<p>Let’s move the frame away from the portrait a little.</p>
3 border-image-outset: 10px; border-image-outset: 10px 20px 30px 40px;<p>Let’s move the frame away from the portrait a little.</p>