HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>When the background image is larger than the block, it is cropped. You can also control how much of the image is visible with the background-position property.</p>
1 <p>When the background image is larger than the block, it is cropped. You can also control how much of the image is visible with the background-position property.</p>
2 <p>In order to do this, sometimes you can use relative values (percentages) and sometimes absolute values (pixels).</p>
2 <p>In order to do this, sometimes you can use relative values (percentages) and sometimes absolute values (pixels).</p>
3 <p>By the way, you can use negative values in addition to positive ones. And you can also combine pixels and percentages.</p>
3 <p>By the way, you can use negative values in addition to positive ones. And you can also combine pixels and percentages.</p>